From 92d87984f22b4846eafa00ca9e3d3cd9df138bf0 Mon Sep 17 00:00:00 2001 From: Rhen Cloud Date: Sat, 10 Jan 2026 12:13:13 +0800 Subject: [PATCH] update --- app/pages/about.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/pages/about.vue b/app/pages/about.vue index a05940e..ea12698 100644 --- a/app/pages/about.vue +++ b/app/pages/about.vue @@ -12,6 +12,12 @@ useHead({ { name: "description", content: siteConfig.siteMeta.description }, { name: "author", content: siteConfig.siteMeta.author }, ], + link: [ + { + rel: "canonical", + href: `${siteConfig.siteMeta.url}/${path}`, + }, + ], });