This commit is contained in:
2026-01-16 12:31:29 +08:00
parent 0427031e15
commit 07098a1bf7
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ const techStack = computed(() => {
{ label: "文章许可", value: "CC BY-NC-SA 4.0", icon: "fa-brands:creative-commons" },
{
label: "规范域名",
value: siteConfig.siteMeta.url.replace("https://", ""),
value: siteConfig.siteMeta.url?.replace("https://", ""),
icon: "heroicons:globe-alt",
},
];