Skip to content

Commit e091b16

Browse files
chore: remove privacy page and clean references
Delete the privacy route and remove remaining references from About, Terms, and sitemap to avoid broken links. Made-with: Cursor
1 parent 576417f commit e091b16

4 files changed

Lines changed: 2 additions & 86 deletions

File tree

src/app/about/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SECTIONS = [
1717
},
1818
{
1919
title: 'What we collect',
20-
body: "No accounts and no signup. We process the GitHub URL you submit, store the latest public burials shown on the homepage (repo name, generated cause, score, timestamp), and collect anonymous usage metrics to understand feature usage. See Privacy for full details.",
20+
body: "No accounts and no signup. We process the GitHub URL you submit, store the latest public burials shown on the homepage (repo name, generated cause, score, timestamp), and collect anonymous usage metrics to understand feature usage.",
2121
},
2222
{
2323
title: 'Support the Undertaker ⚰️',

src/app/privacy/page.tsx

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/app/sitemap.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ export default function sitemap(): MetadataRoute.Sitemap {
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 },
77
{ url: 'https://commitmentissues.dev/terms', lastModified: new Date(), changeFrequency: 'yearly', priority: 0.3 },
8-
{ url: 'https://commitmentissues.dev/privacy', lastModified: new Date(), changeFrequency: 'yearly', priority: 0.3 },
98
]
109
}

src/app/terms/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const UI = `var(--font-dm), -apple-system, sans-serif`
66
const SECTIONS = [
77
{ title: 'What this is', body: 'A parody tool. Certificates are not legally valid documents.' },
88
{ title: 'Use at your own risk', body: 'Data is from GitHub\'s public API. Causes of death are algorithmic. Do not take them seriously.' },
9-
{ title: 'Privacy and data use', body: 'By using the service, you acknowledge data handling described in the Privacy page, including public "Recently Buried" entries and anonymous aggregate analytics needed to operate and improve the product.' },
9+
{ title: 'Data use', body: 'By using the service, you acknowledge that we process submitted public repo URLs, publish recent public burials on the homepage, and collect anonymous aggregate analytics needed to operate and improve the product.' },
1010
{ title: 'Acceptable use', body: 'Personal use only. Do not harass, defame, or abuse the API.' },
1111
{ title: 'Changes', body: 'We may update these at any time. Continued use = acceptance.' },
1212
{ title: 'Contact', body: '', email: 'dot.systems@proton.me' },

0 commit comments

Comments
 (0)