mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build && next export",
|
||||||
"start": "next start"
|
"start": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user