favycon/components
Rui Saraiva 78c9508195
feat(seo): declare the author and add llms.txt
The about modal is lazily mounted, so the credits and contact address are
not in the server-rendered HTML and no crawler ever sees them. Authorship
therefore goes in the head, where it is always present: a meta author, a
rel=author link to ruisaraiva.dev, and SoftwareApplication JSON-LD.

The structured data names Rui as author and Augusto and Miguel as
contributors, because the modal credits three people and the markup should
not tell a machine a tidier story than the page tells a reader.

Also adds public/llms.txt: accepted input formats, the 310px and 512px
minimums, and exactly what the zip contains, including that favicon.svg
only appears for SVG input and manifest.json only with the PWA option. It
is written from utils/favicon.ts and the route handler rather than from
memory. Note it is a static file, so it is the one thing here that can
drift from the sizes it documents.

Two hardcoded favycon.vercel.app strings become the SITE_URL constant the
rest of the file now uses.
2026-07-26 14:31:52 +01:00
..
base-layout fix(deps): update react monorepo to v16.14.0 (#309) 2020-10-18 09:23:20 +01:00
button chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
checkbox feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
code-highlight chore(deps): upgrade dependencies 2020-10-07 22:31:18 +01:00
dark-mode-toggle feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
drag-and-drop chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
favycon-error chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
favycon-info feat: link the author credit to a website and update the contact address 2026-07-26 14:31:52 +01:00
favycon-wizard feat: use Next.js Image component 2021-12-04 23:43:26 +00:00
header feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
media-query-provider feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
seo feat(seo): declare the author and add llms.txt 2026-07-26 14:31:52 +01:00
sticky fix(deps): update react monorepo to v16.14.0 (#309) 2020-10-18 09:23:20 +01:00
svgs feat: link the author credit to a website and update the contact address 2026-07-26 14:31:52 +01:00
tool-title feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00
typography chore(deps): upgrade dependencies 2022-07-07 08:26:00 +01:00
.gitkeep feat: setup next, eslint, stylelint, and typescript (#5) 2020-04-10 22:34:32 +01:00
index.stories.mdx feat: upgrade dependencies (#480) 2021-12-04 18:32:53 +00:00