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",
};

View file

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"dependencies": {