diff options
-rw-r--r-- | vite.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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: { |