From 536956f0f320d1cf4be0938d7836a1dee64b345a Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Sep 2024 21:23:21 +0000 Subject: Added canonical URL --- astro.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'astro.config.mjs') diff --git a/astro.config.mjs b/astro.config.mjs index 4840250..d779289 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,5 @@ import { defineConfig } from "astro/config"; -// https://astro.build/config -export default defineConfig({}); +export default defineConfig({ + site: "https://popov.link", +}); -- cgit v1.2.3