From 197eace6eb3fefab23b2c9f40ad1abcc49dad292 Mon Sep 17 00:00:00 2001 From: Chris W Date: Tue, 17 Oct 2023 18:28:10 -0600 Subject: [PATCH] replace template url :facepalm: --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 2307c91..e9ddf78 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import sitemap from "@astrojs/sitemap"; // https://astro.build/config export default defineConfig({ - site: "https://astro-paper.pages.dev/", // replace this with your deployed domain + site: "https://watzon.tech/", // replace this with your deployed domain integrations: [ tailwind({ config: {