Skip to content

Commit 7d7e223

Browse files
authored
fix: urls
1 parent 4db7156 commit 7d7e223

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/web/app/layout.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const viewport: Viewport = {
2424
};
2525

2626
export const metadata: Metadata = {
27-
metadataBase: new URL("https://kmenu.hxrsh.in"),
27+
metadataBase: new URL("https://kmenu.harshsingh.me"),
2828
title: {
2929
default: "kmenu — the perfect navigation experience",
3030
template: "%s — kmenu",
@@ -42,14 +42,14 @@ export const metadata: Metadata = {
4242
"Harsh Singh",
4343
"haaarshsingh",
4444
],
45-
authors: [{ name: "Harsh Singh", url: "https://harshsingh.xyz" }],
45+
authors: [{ name: "Harsh Singh", url: "https://harshsingh.me" }],
4646
openGraph: {
4747
title: "kmenu",
4848
description: " The perfect ⌘K menu ",
49-
url: "https://kmenu.hxrsh.in",
49+
url: "https://kmenu.harshsingh.me",
5050
siteName: "Harsh Singh",
5151
images: [
52-
{ url: "https://kmenu.hxrsh.in/og.png", width: 1200, height: 630 },
52+
{ url: "https://kmenu.harshsingh.me/og.png", width: 1200, height: 630 },
5353
],
5454
locale: "en-US",
5555
type: "website",
@@ -78,17 +78,17 @@ export const metadata: Metadata = {
7878
creator: "@haaarshsingh",
7979
creatorId: "haaarshsingh",
8080
images: {
81-
url: "https://kmenu.hxrsh.in/og.png",
81+
url: "https://kmenu.harshsingh.me/og.png",
8282
alt: 'A command menu overlaying the text "kmenu"',
8383
},
8484
},
8585
verification: {
8686
google: "VWhTtgTikPqvWIY4n2rlUj6Fe9YgkfFMEET3TM7Rce0",
8787
yandex: "cfc27cbb03eb0a9c",
8888
yahoo: "yahoo",
89-
other: { me: ["hi.harsh@pm.me"] },
89+
other: { me: ["h@harshsingh.me"] },
9090
},
91-
alternates: { canonical: "https://kmenu.hxrsh.in" },
91+
alternates: { canonical: "https://kmenu.harshsingh.me" },
9292
category: "technology",
9393
};
9494

0 commit comments

Comments
 (0)