Commit b1e1435
authored
fix: double-spaced code blocks on landing page (#13)
* chore(seo): improve discoverability across npm, GitHub, and search engines
- Point homepage to docs site for npm canonical link
- Add 10 keywords to package.json (nuxt3, nuxt4, vue3, typescript, etc.)
- Add 8 GitHub topics for search visibility
- Add "Why nuxt-safe-action?" section and comparison table to README
- Add TypeScript badge to README
- Expand Open Graph and Twitter Card meta on docs landing page
- Add site.url for proper sitemap and canonical tag generation
- Add robots.txt with sitemap reference
- Enrich all docs page descriptions for better meta tags
* chore: fix comparison table accuracy and bump to v0.4.1
Acknowledge useFetch, file-based server routes, and output type inference
in the $fetch column. Reframe the "Why" section around genuine
differentiators: input type safety, per-action middleware, and
field-level validation errors.
* fix: override Nuxt UI display:block on Shiki .line spans
Nuxt UI's Pre.vue sets .shiki span.line { display: block } which
combined with line-height creates double-spaced code blocks on the
landing page.1 parent e52a34c commit b1e1435
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
553 | 557 | | |
554 | 558 | | |
555 | 559 | | |
| |||
0 commit comments