Build should expect /admin to be the root
This commit is contained in:
parent
429b29cbb0
commit
bcf9c34946
3
web/next.config.js
Normal file
3
web/next.config.js
Normal file
@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
basePath: "/admin",
|
||||
};
|
@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"build": "next build && next export",
|
||||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user