fix(next): set assetPrefix to /lecoffre for correct static assets under subpath
All checks were successful
build-and-push-ext / build_push (push) Successful in 4m40s
All checks were successful
build-and-push-ext / build_push (push) Successful in 4m40s
This commit is contained in:
parent
dfdc2971a0
commit
bf0a23c117
@ -4,6 +4,7 @@ const nextConfig = {
|
|||||||
reactStrictMode: false,
|
reactStrictMode: false,
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
basePath: '/lecoffre',
|
basePath: '/lecoffre',
|
||||||
|
assetPrefix: '/lecoffre',
|
||||||
typescript: {
|
typescript: {
|
||||||
ignoreBuildErrors: true,
|
ignoreBuildErrors: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user