Configure Next.js to export to correct path

This commit is contained in:
Gabriel Arazas 2021-07-08 13:16:36 +08:00
parent fbe52394d5
commit 138351002e

3
site/next.config.js Normal file
View File

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