fix: add basePath to config

This commit is contained in:
Stevan Freeborn
2023-04-10 00:04:49 -05:00
parent d85a44627c
commit 99f84fa903
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@ const nextConfig = {
experimental: {
appDir: true,
},
basePath: '/docs',
};
module.exports = nextConfig;