Update astro.config.mjs

This commit is contained in:
Elias Stepanik 2025-05-24 07:41:55 +02:00 committed by GitHub
parent d9ff36b048
commit 8447f41cb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ export default defineConfig({
vite: {
plugins: [bundleAudioWorkletPlugin()],
server: { // listen on all interfaces in the container
allowedHosts: ['strudel.sailehd.systems'],
allowedHosts: [ site ],
},
ssr: {
// Example: Force a broken package to skip SSR processing, if needed