Skip to content

Commit c104415

Browse files
committed
fix: update vite config for ghp deployment
1 parent 4887b10 commit c104415

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [svelte(), tailwindcss()],
8+
base: "/portfolio/",
89
})

0 commit comments

Comments
 (0)