Skip to content

Commit 207989a

Browse files
Add explicit base path for GitHub Pages
1 parent a2f2293 commit 207989a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import path from 'path'
44

55
// https://vite.dev/config/
66
export default defineConfig({
7+
base: '/',
78
plugins: [react()],
89
assetsInclude: ['**/*.glb'],
910
resolve: {

0 commit comments

Comments
 (0)