We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06dd8b9 commit 8b36f91Copy full SHA for 8b36f91
vite.config.ts
@@ -5,7 +5,7 @@ import svgr from 'vite-plugin-svgr'
5
// https://vite.dev/config/
6
export default defineConfig({
7
plugins: [react(), svgr()],
8
- base: '/zwave-js-log-analyzer/',
+ base: '/log-analyzer/',
9
build: {
10
outDir: 'dist',
11
sourcemap: true,
0 commit comments