feat: SEO improvements, OG image endpoint, favicon, and metadata (#104)

- Add dynamic OG image generation endpoint (/og) adapted from monorepo
- Replace favicon with monorepo version, remove unused icon.svg
- Add seo.ts config, robots.ts, sitemap.ts for better search indexing
- Add per-page metadata (editor, viewer, settings, profile, community)
- Remove stale package-lock.json that caused ENOWORKSPACES errors with Next.js
- Add OG fonts (Geist Regular, Plus Jakarta Sans SemiBold)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Aymeric Rabot
2026-02-19 13:38:34 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 867681e1da
commit 9a0f83a1ec
20 changed files with 354 additions and 7791 deletions
+2
View File
@@ -2,6 +2,7 @@
# Dependencies
node_modules
package-lock.json
.pnp
.pnp.js
@@ -42,3 +43,4 @@ yarn-error.log*
.DS_Store
*.pem
/.playwright-mcp
og-test