From 0784437e301ae36241e4295f9e2aad1001d577af Mon Sep 17 00:00:00 2001 From: Shachar Mossek Date: Tue, 25 Jun 2024 20:38:38 +0300 Subject: [PATCH] Set vite base --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index 9083ff7..663dc85 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,5 +4,6 @@ import svgr from "vite-plugin-svgr"; // https://vitejs.dev/config/ export default defineConfig({ + base: 'https://webiks.github.io/svg-example/', plugins: [react(), svgr()], })