Update astro.config.mjs

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

View File

@ -136,6 +136,9 @@ export default defineConfig({
base,
vite: {
plugins: [bundleAudioWorkletPlugin()],
server: { // listen on all interfaces in the container
allowedHosts: ['strudel.sailehd.systems'],
},
ssr: {
// Example: Force a broken package to skip SSR processing, if needed
// external: ['fraction.js'], // https://github.com/infusion/Fraction.js/issues/51