This website requires JavaScript.
Explore
Help
Sign In
LogalDeveloper
/
owncast
Watch
0
Fork
0
You've already forked owncast
Code
owncast
/
web
/
next.config.js
5 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Build should expect /admin to be the root
2020-09-30 17:12:22 -07:00
module
.
exports
=
{
basePath
:
"/admin"
,
Change export paths
2020-11-09 12:06:28 -08:00
trailingSlash
:
true
,
Build should expect /admin to be the root
2020-09-30 17:12:22 -07:00
}
;
Copy Permalink