mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 23:17:12 +01:00
update mongoose to 5.8.3 (lots of types changes)
This commit is contained in:
@@ -9,11 +9,11 @@ const nextConfig = {
|
||||
// Optionally, add any other Next.js config below
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/admin',
|
||||
destination: '/nope',
|
||||
permanent: true,
|
||||
},
|
||||
// {
|
||||
// source: '/admin',
|
||||
// destination: '/nope',
|
||||
// permanent: true,
|
||||
// },
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user