Allow all Vite hosts for dev
This commit is contained in:
@@ -5,7 +5,7 @@ import starlight from '@astrojs/starlight';
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
server: {
|
||||
allowedHosts: ['jabali.lan'],
|
||||
allowedHosts: 'all',
|
||||
},
|
||||
integrations: [
|
||||
starlight({
|
||||
|
||||
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite';
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
allowedHosts: ['jabali.lan'],
|
||||
allowedHosts: 'all',
|
||||
},
|
||||
plugins: [
|
||||
laravel({
|
||||
|
||||
Reference in New Issue
Block a user