Update astro.config.mjs

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

View File

@ -10,7 +10,7 @@ import bundleAudioWorkletPlugin from 'vite-plugin-bundle-audioworklet';
import tailwind from '@astrojs/tailwind';
import AstroPWA from '@vite-pwa/astro';
const site = `https://strudel.cc/`; // root url without a path
const site = `https://strudel.sailehd.systems`; // root url without a path
const base = '/'; // base path of the strudel site
const baseNoTrailing = base.endsWith('/') ? base.slice(0, -1) : base;