From 0d95956ab46d9ad153008f0e896d1c73ce9e9122 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 5 Feb 2024 12:21:29 +0530 Subject: Updates Site base --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index 023ffc1..9ba6738 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,6 +4,7 @@ import path from 'path' // https://vitejs.dev/config/ export default defineConfig({ + base: "https://slides.indrajith.dev/react-hooks", plugins: [svelte()], resolve: { alias: { -- cgit v1.2.3