diff --git a/src/web/next.config.js b/src/web/next.config.js new file mode 100644 index 0000000..2f362e7 --- /dev/null +++ b/src/web/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + basePath: '/roles-bot', +} \ No newline at end of file