Add links (2)
This commit is contained in:
18
apps/web/src/routes/(main)/links/+page.server.ts
Normal file
18
apps/web/src/routes/(main)/links/+page.server.ts
Normal 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,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user