chore: update allowedHosts to accept all hosts
This commit is contained in:
@ -20,10 +20,10 @@ export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
server: {
|
||||
allowedHosts: ['jleibl.net']
|
||||
allowedHosts: ['*']
|
||||
},
|
||||
preview: {
|
||||
allowedHosts: ['jleibl.net']
|
||||
allowedHosts: ['*']
|
||||
}
|
||||
}
|
||||
});
|
@ -6,6 +6,7 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"start": "astro dev --host",
|
||||
"lint": "astro check"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user