Skip to content

Commit 8b36f91

Browse files
committed
fix: set public path to match github
1 parent 06dd8b9 commit 8b36f91

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
@@ -5,7 +5,7 @@ import svgr from 'vite-plugin-svgr'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), svgr()],
8-
base: '/zwave-js-log-analyzer/',
8+
base: '/log-analyzer/',
99
build: {
1010
outDir: 'dist',
1111
sourcemap: true,

0 commit comments

Comments
 (0)