mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
refactor(es modules): deploy setup
This commit is contained in:
parent
ad252b54e6
commit
f9aeaddf52
3 changed files with 21 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import {defineConfig} from "vite";
|
||||
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
base: "/Fantasy-Map-Generator/"
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue