Skip to content

Commit b8f3ff6

Browse files
committed
try
1 parent e980faa commit b8f3ff6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

vite.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/nodewatch/',
7+
// base: '/nodewatch/',
8+
base: 'https://bergerlabmit.github.io/nodewatch',
9+
plugins: [react()],
10+
server: {
11+
host: true,
12+
},
813

914
})

0 commit comments

Comments
 (0)