fix(next): enforce trailingSlash and redirect /lecoffre -> /lecoffre/; asset path stability
Some checks failed
build-and-push-ext / build_push (push) Has been cancelled
Some checks failed
build-and-push-ext / build_push (push) Has been cancelled
This commit is contained in:
parent
bf0a23c117
commit
b3f1184b3b
@ -5,6 +5,17 @@ const nextConfig = {
|
||||
output: 'standalone',
|
||||
basePath: '/lecoffre',
|
||||
assetPrefix: '/lecoffre',
|
||||
trailingSlash: true,
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: '/lecoffre',
|
||||
destination: '/lecoffre/',
|
||||
permanent: false,
|
||||
basePath: false,
|
||||
},
|
||||
];
|
||||
},
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user