Skip to content

Commit

Permalink
Allow deployment at any sub-path of a server
Browse files Browse the repository at this point in the history
  • Loading branch information
davdiv committed Jan 27, 2024
1 parent 7cb64d2 commit fab21e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";

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

0 comments on commit fab21e4

Please sign in to comment.