This commit is contained in:
2026-01-01 19:02:59 +08:00
parent 315ca37dba
commit ac944d05ec
9 changed files with 107 additions and 56 deletions

View File

@@ -71,16 +71,6 @@ useHead({
},
],
});
// Generate OG Image
const siteData = useSiteConfig();
defineOgImage({
props: {
title: "Archive",
description: "Here you will find all the blog posts I have written & published on this site.",
siteName: siteData.url,
},
});
</script>
<template>