survivors: changing vite config for hosting

This commit is contained in:
Sheldan
2025-08-21 13:26:30 +02:00
parent cffb10aed6
commit e75946d749

View File

@@ -2,6 +2,8 @@ import { defineConfig } from 'vite'
export default defineConfig({ export default defineConfig({
build: { build: {
base: './',
root: 'src',
outDir: '../dist/survivors' outDir: '../dist/survivors'
}, },
}) })