diff options
author | Indrajith K L | 2024-02-05 12:21:29 +0530 |
---|---|---|
committer | Indrajith K L | 2024-02-05 12:21:29 +0530 |
commit | 0d95956ab46d9ad153008f0e896d1c73ce9e9122 (patch) | |
tree | 7d4cc1e60933d1dbcd8bc38f714fd3fcf8a64553 | |
parent | 2d140720fc66c38759cfbd92ee31a8ea7f137831 (diff) | |
download | react-hooks-training-0d95956ab46d9ad153008f0e896d1c73ce9e9122.tar.gz react-hooks-training-0d95956ab46d9ad153008f0e896d1c73ce9e9122.tar.bz2 react-hooks-training-0d95956ab46d9ad153008f0e896d1c73ce9e9122.zip |
Updates Site base
-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: { |