mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
survivors: changing vite config for hosting
This commit is contained in:
@@ -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'
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
Reference in New Issue
Block a user