fix(next): adjust redirect config (respect basePath)
Some checks failed
build-and-push-ext / build_push (push) Failing after 23s
Some checks failed
build-and-push-ext / build_push (push) Failing after 23s
This commit is contained in:
parent
bb139480fb
commit
a87bca5042
@ -12,7 +12,7 @@ const nextConfig = {
|
|||||||
source: '/lecoffre',
|
source: '/lecoffre',
|
||||||
destination: '/lecoffre/',
|
destination: '/lecoffre/',
|
||||||
permanent: false,
|
permanent: false,
|
||||||
basePath: false,
|
// basePath applies by default
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user