diff --git a/datacenter/next.config.js b/datacenter/next.config.js index 3a5f3a0d8..d1f431889 100644 --- a/datacenter/next.config.js +++ b/datacenter/next.config.js @@ -9,7 +9,8 @@ const nextConfig = { }, env: { API_BASE_URL: process.env.API_BASE_URL || 'http://127.0.0.1:5000' - } + }, + trailingSlash: true } module.exports = nextConfig