Add links (2)

This commit is contained in:
2025-02-12 00:56:53 +09:00
parent 7a69fd4d0c
commit 1465acdf24

View File

@@ -0,0 +1,18 @@
import type { SeoProps } from "$lib/components/seo";
export async function load() {
return {
seo: {
title: "links - cannorin.net",
description: "other links and recommendations",
openGraph: {
title: "links - cannorin.net",
description: "other links and recommendations",
},
twitter: {
title: "links - cannorin.net",
description: "other links and recommendations",
},
} as SeoProps,
};
}