chore: add GitHub Actions workflow for deploying to GitHub Pages

This commit is contained in:
Marc Emmanuel 2026-01-16 13:18:18 +01:00
parent 76f86497c7
commit 430828edcb
2 changed files with 52 additions and 0 deletions

9
vite.config.ts Normal file
View file

@ -0,0 +1,9 @@
export default {
root: './src',
base: '/Fantasy-Map-Generator/',
build: {
outDir: '../dist',
assetsDir: './',
},
publicDir: '../public',
}