Skip to content

Commit 7d583b4

Browse files
committed
Fix Vite config for GitHub Pages deployment
1 parent e93172a commit 7d583b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export default defineConfig({
77
base: '/',
88
build: {
99
outDir: 'dist',
10-
sourcemap: true
10+
sourcemap: false
1111
}
1212
})

0 commit comments

Comments
 (0)