Favicon, page titles, Open Graph meta #29

Open
opened 2026-04-19 07:23:35 +00:00 by forgejo-lila · 0 comments
Owner

Context

The app has no favicon, page titles are generic, and shared links have no preview image or description.

What to do

Add branding and metadata.

Files to change

  • apps/web/index.html — favicon link, default meta tags (description, Open Graph).
  • apps/web/public/ — favicon files (favicon.ico, favicon.svg, apple-touch-icon.png).
  • apps/web/src/routes/__root.tsx — default page title via TanStack Router.
  • Per-route titles: play.tsx ('Play — lila'), login.tsx ('Sign In — lila'), index.tsx ('lila — Vocabulary Trainer').

Acceptance criteria

  • Favicon appears in browser tabs
  • Each route has a descriptive page title
  • Sharing lilastudy.com on social media shows preview with title, description, and image
  • Open Graph tags: og:title, og:description, og:image, og:url

Notes

Open Graph image should be 1200x630px. For MVP, a simple text-based favicon is fine.

## Context The app has no favicon, page titles are generic, and shared links have no preview image or description. ## What to do Add branding and metadata. ## Files to change - `apps/web/index.html` — favicon link, default meta tags (description, Open Graph). - `apps/web/public/` — favicon files (favicon.ico, favicon.svg, apple-touch-icon.png). - `apps/web/src/routes/__root.tsx` — default page title via TanStack Router. - Per-route titles: `play.tsx` ('Play — lila'), `login.tsx` ('Sign In — lila'), `index.tsx` ('lila — Vocabulary Trainer'). ## Acceptance criteria - Favicon appears in browser tabs - Each route has a descriptive page title - Sharing `lilastudy.com` on social media shows preview with title, description, and image - Open Graph tags: `og:title`, `og:description`, `og:image`, `og:url` ## Notes Open Graph image should be 1200x630px. For MVP, a simple text-based favicon is fine.
forgejo-lila added the
ux
label 2026-04-19 07:23:35 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo-lila/lila#29
No description provided.