From 39dfd7a0f48d850b543d38d607320236038f54fb Mon Sep 17 00:00:00 2001 From: mrfry Date: Sun, 2 Apr 2023 12:11:48 +0200 Subject: [PATCH] base path config --- next.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 next.config.js diff --git a/next.config.js b/next.config.js new file mode 100644 index 0000000..2c1f48f --- /dev/null +++ b/next.config.js @@ -0,0 +1,3 @@ +module.exports = { + basePath: '/data-editor', +}