owncast/web/next.config.js
2020-11-09 12:06:28 -08:00

4 lines
67 B
JavaScript

module.exports = {
basePath: "/admin",
trailingSlash: true,
};