refactor(es modules): deploy setup

This commit is contained in:
Azgaar 2022-06-26 13:22:33 +03:00
parent ad252b54e6
commit f9aeaddf52
3 changed files with 21 additions and 4 deletions

View file

@ -1,3 +1,5 @@
import {defineConfig} from "vite";
export default defineConfig({});
export default defineConfig({
base: "/Fantasy-Map-Generator/"
});