Skip to content

Commit 8e32869

Browse files
committed
fix: add base GitHub Pages URL in vite config
1 parent 9680cc8 commit 8e32869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7+
base: "https://simde-ull.github.io/SIMDE/"
78
})

0 commit comments

Comments
 (0)