From 4ef95c8cf8615df4d6b069303161b1f70ff994ae Mon Sep 17 00:00:00 2001 From: Troy Date: Sun, 2 Mar 2025 18:21:30 +0000 Subject: [PATCH] fix: correct title and description for cv --- src/pages/cv.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/cv.astro b/src/pages/cv.astro index 44b00fc..b5350cf 100644 --- a/src/pages/cv.astro +++ b/src/pages/cv.astro @@ -1,6 +1,6 @@ --- import Layout from "@layouts/Layout.astro"; -import { SITE, HOME } from "@consts"; +import { SITE, CV } from "@consts"; import { Image } from "astro:assets"; import { Icon } from "astro-icon/components"; import Link from "@components/Link.astro"; @@ -107,7 +107,7 @@ const education = [ const sortedEducation = [...education].sort((a, b) => a.id - b.id); --- - +

{SITE.AUTHOR}