base path config

This commit is contained in:
mrfry
2023-04-02 12:11:48 +02:00
parent b9abbbf03c
commit 39dfd7a0f4

3
next.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
basePath: '/data-editor',
}