From 93af03eab2c3cee677e3b187531423e47c07e83c Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 24 Dec 2024 21:13:35 +0200 Subject: [PATCH] fix: adds site config --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index cecdd04..9a04113 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,4 +7,5 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ integrations: [tailwind(), react()], + site: 'https://zen-browser.app', }); \ No newline at end of file