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