Add pwlmyers.org to Vite allowedHosts
This commit is contained in:
@@ -7,5 +7,6 @@ export default defineConfig({
|
|||||||
port: 5173,
|
port: 5173,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
host: true,
|
host: true,
|
||||||
|
allowedHosts: ['pwlmyers.org', 'localhost'],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user