Skip to content

Commit 72270d8

Browse files
fix: remove /terms from sitemap + update coffee button copy
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f162d93 commit 72270d8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
9494
whiteSpace: 'nowrap',
9595
}}
9696
>
97-
Coffee
97+
Keep the lights on
9898
</a>
9999
{children}
100100
<Analytics />

src/app/sitemap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ export default function sitemap(): MetadataRoute.Sitemap {
44
return [
55
{ url: 'https://commitmentissues.dev', lastModified: new Date(), changeFrequency: 'weekly', priority: 1 },
66
{ url: 'https://commitmentissues.dev/about', lastModified: new Date(), changeFrequency: 'monthly', priority: 0.6 },
7-
{ url: 'https://commitmentissues.dev/terms', lastModified: new Date(), changeFrequency: 'yearly', priority: 0.3 },
87
]
98
}

0 commit comments

Comments
 (0)