mirror of
https://github.com/kuhyx/slavic_game_jam.git
synced 2026-07-04 13:43:13 +02:00
fix: build not working on itch io
This commit is contained in:
parent
13123234da
commit
e87084588d
9
vite.config.js
Normal file
9
vite.config.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
import { defineConfig } from 'vite'
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
base: './',
|
||||||
|
build: {
|
||||||
|
outDir: 'dist',
|
||||||
|
assetsDir: 'assets'
|
||||||
|
}
|
||||||
|
})
|
||||||
Loading…
Reference in New Issue
Block a user