Build should expect /admin to be the root

This commit is contained in:
Gabe Kangas
2020-09-30 17:12:22 -07:00
parent 429b29cbb0
commit bcf9c34946
2 changed files with 4 additions and 1 deletions

3
web/next.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
basePath: "/admin",
};