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

This commit is contained in:
Debian Dev4 2025-09-24 16:11:30 +00:00
parent dfdc2971a0
commit bf0a23c117

View File

@ -4,6 +4,7 @@ const nextConfig = {
reactStrictMode: false,
output: 'standalone',
basePath: '/lecoffre',
assetPrefix: '/lecoffre',
typescript: {
ignoreBuildErrors: true,
},