fix(index): fix domain

This commit is contained in:
z0x 2025-02-06 21:10:46 -05:00
parent b6d61021aa
commit 074cfc0498
2 changed files with 127 additions and 165 deletions

View file

@ -14,6 +14,6 @@ export const SITE: Site = {
TITLE: "z0x's blog",
DESCRIPTION: "z0x's blog",
POSTS_PER_PAGE: 3,
SITEURL: 'https://astro-erudite.vercel.app',
SITEURL: 'https://blog.z0x.ca',
}