Skip to content

Commit

Permalink
fix(web_simulator): Relative base
Browse files Browse the repository at this point in the history
  • Loading branch information
reemo3dp committed Mar 1, 2024
1 parent f192ebb commit 78bcca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web_simulator/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'

// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [svelte()],
build: {
rollupOptions: {
Expand Down

0 comments on commit 78bcca0

Please sign in to comment.