mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
Some VITE config
This commit is contained in:
parent
77a53f4a06
commit
24333a0231
@ -5,4 +5,8 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
base: "/biking/",
|
base: "/biking/",
|
||||||
plugins: [svelte()],
|
plugins: [svelte()],
|
||||||
|
|
||||||
|
server:{
|
||||||
|
open: "index.html"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user