mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
5 lines
104 B
JavaScript
5 lines
104 B
JavaScript
import {defineConfig} from "vite";
|
|
|
|
export default defineConfig({
|
|
base: "/Fantasy-Map-Generator/"
|
|
});
|