diff --git a/README.md b/README.md index d052c20..6942084 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ +
+ Year in Code Screenshot +
+
Year in Code Screenshot
@@ -91,6 +95,10 @@ npx -y ccusage@latest daily --since 20240101 --until 20241231 --json > ~/Desktop - 📅 **Activity Heatmap**: 365-day visualization of your coding activity - 📸 **Shareable Card**: Beautiful summary card to download or share +
+ Year in Code Screenshot +
+
Year in Code Screenshot
diff --git a/app/layout.tsx b/app/layout.tsx index 7301676..03f9bb0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -46,7 +46,7 @@ export const metadata: Metadata = { siteName: 'Year in Code', images: [ { - url: '/year-in-code-og-image.png?v=2', + url: '/year-in-code-og-image-git.png', width: 1200, height: 630, alt: 'Year in Code - AI Coding Year Wrapped', @@ -62,7 +62,7 @@ export const metadata: Metadata = { title: 'Year in Code - Your AI Coding Year Wrapped', description: 'Generate beautiful Spotify Wrapped-style reports for your Claude Code usage. 100% privacy-first.', - images: ['/year-in-code-og-image.png?v=2'], + images: ['/year-in-code-og-image-git.png'], // Add your Twitter handle here when you have one // creator: "@yourtwitterhandle", }, diff --git a/public/2025-cc-wrapped-preview-image-github.png b/public/2025-cc-wrapped-preview-image-github.png new file mode 100644 index 0000000..caa6a57 Binary files /dev/null and b/public/2025-cc-wrapped-preview-image-github.png differ