Add /music and /dev (2)

This commit is contained in:
2025-02-07 22:41:21 +09:00
parent c65baafbd6
commit 9f0c0cdbff
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
import type { SeoProps } from "$components/seo";
export async function load() {
return {
seo: {
title: "Developer - cannorin.net",
openGraph: {
title: "Developer - cannorin.net",
},
twitter: {
title: "Developer - cannorin.net",
},
} as SeoProps,
};
}

View File

@@ -0,0 +1,15 @@
import type { SeoProps } from "$components/seo";
export async function load() {
return {
seo: {
title: "DJ / Composer - cannorin.net",
openGraph: {
title: "DJ / Composer - cannorin.net",
},
twitter: {
title: "DJ / Composer - cannorin.net",
},
} as SeoProps,
};
}