Build for GitHub Pages

This commit is contained in:
Xevion
2022-04-02 13:58:29 -05:00
parent 6f702f0c70
commit d91a476fc3
14 changed files with 224 additions and 1 deletions

View File

@@ -3,4 +3,4 @@ module.exports = defineConfig({
transpileDependencies: true,
outputDir: './docs/',
publicPath: process.env.NODE_ENV === 'production' ? '/lovely/' : '/',
})
})