Skip to content

Commit 8def2fc

Browse files
committed
update: metadata
1 parent 95e2b7c commit 8def2fc

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

src/app/layout.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ const inter = Inter({ subsets: ["latin"] });
88

99
export const metadata: Metadata = {
1010
title: {
11-
default: "CodeMeAPixel | Links",
11+
default: "Links | CodeMeAPixel",
1212
template: "%s | CodeMeAPixel"
1313
},
14-
description: "A collection of links to my projects, social media, and more. I create beautiful and functional web experiences with modern technologies and a passion for design.",
14+
description: "Connect with me on various platforms and explore my projects and services.",
1515
applicationName: "CodeMeAPixel | Portfolio",
16-
metadataBase: new URL("https://codemeapixel.dev"),
16+
metadataBase: new URL("https://links.codemeapixel.dev"),
1717
openGraph: {
1818
siteName: "CodeMeAPixel | Links",
19-
description: "A collection of links to my projects, social media, and more. I create beautiful and functional web experiences with modern technologies and a passion for design.",
19+
description: "Connect with me on various platforms and explore my projects and services.",
2020
images: "/character.png",
2121
creators: ["CodeMeAPixel"],
2222
locale: "en_US",
23-
url: "https://codemeapixel.dev",
23+
url: "https://links.codemeapixel.dev",
2424
},
2525
twitter: {
2626
title: "CodeMeAPixel | Links",
27-
description: "A collection of links to my projects, social media, and more. I create beautiful and functional web experiences with modern technologies and a passion for design.",
27+
description: "Connect with me on various platforms and explore my projects and services.",
2828
images: "/character.png",
2929
creator: "@CodeMeAPixel",
3030
card: "summary",
3131
images: "/character.png",
32-
site: "https://codemeapixel.dev",
32+
site: "https://links.codemeapixel.dev",
3333
},
3434
appleWebApp: {
3535
statusBarStyle: "black-translucent",

src/app/page.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@ import { Metadata } from 'next';
22
import LinkHubContent from '@/components/layouts/links/LinkHubContent';
33
import { getProfile, getPlaylist } from '@/data/linksData';
44

5-
export const metadata: Metadata = {
6-
title: 'Links',
7-
description: 'Connect with me on various platforms and explore my projects and services.',
8-
openGraph: {
9-
title: 'Links | CodeMeAPixel',
10-
description: 'Connect with me on various platforms and explore my projects and services.',
11-
type: 'website',
12-
},
13-
};
14-
155
export default function LinksPage() {
166
const profile = getProfile();
177
const playlist = getPlaylist();

0 commit comments

Comments
 (0)