From 0ccb60c5283f1dd00e4c93342a3fcc4577bbb565 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 9 Nov 2020 12:06:28 -0800 Subject: [PATCH] Change export paths --- web/next.config.js | 1 + 1 file changed, 1 insertion(+) 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, };