mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
chore: add GitHub Actions workflow for deploying to GitHub Pages
This commit is contained in:
parent
76f86497c7
commit
430828edcb
2 changed files with 52 additions and 0 deletions
9
vite.config.ts
Normal file
9
vite.config.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
export default {
|
||||
root: './src',
|
||||
base: '/Fantasy-Map-Generator/',
|
||||
build: {
|
||||
outDir: '../dist',
|
||||
assetsDir: './',
|
||||
},
|
||||
publicDir: '../public',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue