fix: relative path to main.ts
This commit is contained in:
parent
258c812383
commit
637eaa7f55
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import { svelte } from '@sveltejs/vite-plugin-svelte'
|
||||
import { defineConfig } from "vite";
|
||||
import { svelte } from "@sveltejs/vite-plugin-svelte";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()]
|
||||
})
|
||||
plugins: [svelte()],
|
||||
base: "",
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue