Favicon, page titles, Open Graph meta #29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.play.tsx('Play — lila'),login.tsx('Sign In — lila'),index.tsx('lila — Vocabulary Trainer').Acceptance criteria
lilastudy.comon social media shows preview with title, description, and imageog:title,og:description,og:image,og:urlNotes
Open Graph image should be 1200x630px. For MVP, a simple text-based favicon is fine.