Skip to content

Commit 46917da

Browse files
committed
fix : Allow All Hosts
1 parent 62a62a4 commit 46917da

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 react from '@vitejs/plugin-react'
55
export default defineConfig({
66
plugins: [react()],
77
preview: {
8-
allowedHosts: ['*'],
8+
allowedHosts: true,
99
host: true,
1010
port: 5757
1111
}

0 commit comments

Comments
 (0)