From b2c33500380ef68986c6320242246c3a0bf3321c Mon Sep 17 00:00:00 2001 From: Elias Stepanik <40958815+eliasstepanik@users.noreply.github.com> Date: Sat, 24 May 2025 07:12:22 +0200 Subject: [PATCH] Update astro.config.mjs --- website/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/astro.config.mjs b/website/astro.config.mjs index 151c48fc..6f864782 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -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;