We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b0b42 + e92f168 commit 3e364edCopy full SHA for 3e364ed
vite.config.ts
@@ -4,4 +4,9 @@ import react from '@vitejs/plugin-react'
4
// https://vite.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ server: {
8
+ allowedHosts: [
9
+ 'blarybus.seunghooo.p-e.kr',
10
+ ]
11
+ }
12
})
0 commit comments