Skip to content

Commit 50cbfa8

Browse files
committed
Update domain name
1 parent daa1005 commit 50cbfa8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
danielletscher.com
1+
danletscher.com

public/sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
4-
<loc>https://danielletscher.com/</loc>
4+
<loc>https://danletscher.com/</loc>
55
<priority>1.0</priority>
66
</url>
77
</urlset>

robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://danielletscher.com/sitemap.xml
4+
Sitemap: https://danletscher.com/sitemap.xml

src/app/layout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ export const metadata: Metadata = {
1818
openGraph: {
1919
type: 'website',
2020
locale: 'en_US',
21-
url: 'https://danielletscher.com',
21+
url: 'https://danletscher.com',
2222
siteName: 'Dan Letscher',
2323
title: 'Dan Letscher | Product Manager',
24-
description: 'A product manager who is passionate about gaming. Senior Product Manager at Microsoft Xbox.',
24+
description: 'A product manager who is passionate about gaming. Senior Product Manager at Xbox.',
2525
},
2626
twitter: {
2727
card: 'summary_large_image',
2828
title: 'Dan Letscher | Product Manager',
29-
description: 'A product manager who is passionate about gaming. Senior Product Manager at Microsoft Xbox.',
29+
description: 'A product manager who is passionate about gaming. Senior Product Manager at Xbox.',
3030
},
3131
robots: {
3232
index: true,
@@ -74,7 +74,7 @@ export default function RootLayout({
7474
"alternateName": "Dan Letscher",
7575
"description": "A product manager who is passionate about gaming.",
7676
"gender": "Male",
77-
"url": "https://DanielLetscher.com/",
77+
"url": "https://DanLetscher.com/",
7878
"jobTitle": "Senior Product Manager",
7979
"worksFor": {
8080
"@type": "Corporation",

0 commit comments

Comments
 (0)