Skip to content

Commit

Permalink
chore: vite - use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Azgaar committed Jun 30, 2024
1 parent 9e54b54 commit a4484b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import {svelte} from "@sveltejs/vite-plugin-svelte";
import {defineConfig} from "vite";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],
})
base: "",
plugins: [svelte()]
});

0 comments on commit a4484b6

Please sign in to comment.