From 22e11a89589768d1ea3ab3d9a788727a108c39d1 Mon Sep 17 00:00:00 2001 From: Anna Makarudze Date: Sun, 21 Dec 2025 20:32:17 +0100 Subject: [PATCH] Fix deployment issues --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 1c05a40..92f7182 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,7 +8,7 @@ const isProd = process.env.GITHUB_PAGES === 'true'; export default defineConfig({ output: 'static', site: isProd - ? 'https://djangogirls.github.io/tutorial-v2/' + ? 'https://tutorial-v2.djangogirls.org/tutorial-v2/' : 'http://localhost:4321', base: isProd ? '/tutorial-v2/' : '/', integrations: [