diff --git a/web/next.config.js b/web/next.config.js index 5213ae8de..a94cfa43a 100644 --- a/web/next.config.js +++ b/web/next.config.js @@ -1,3 +1,4 @@ module.exports = { basePath: "/admin", + trailingSlash: true, };