From 4da8cdebaff069001d57eb92140d6a0379930db2 Mon Sep 17 00:00:00 2001 From: Simon Hyll Date: Wed, 1 May 2024 22:43:51 +0200 Subject: [PATCH] fix: beta to v2 --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 4aa80c5bff..32c81c7e15 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -54,7 +54,7 @@ const authors = { }, }; -const site = 'https://beta.tauri.app'; +const site = 'https://v2.tauri.app'; // https://astro.build/config export default defineConfig({