From 1b895890ea52f2efaf9a613c5adefafab06b9e8d Mon Sep 17 00:00:00 2001 From: Gabriel Marques Gallo <80481877+Gallo-10@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:20:25 -0300 Subject: [PATCH] . --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 9f55075..3e4cd43 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,5 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte' // https://vitejs.dev/config/ export default defineConfig({ plugins: [svelte()], - base:'/index.html' + base:'//' })