diff --git a/web/next.config.js b/web/next.config.js index 11d2bf4..445cc54 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -6,6 +6,7 @@ const nextConfig = { }, assetPrefix: '/ProxMenux/', basePath: '/ProxMenux', -} + trailingSlash: true, +}; -module.exports = nextConfig +module.exports = nextConfig;