feat(seo): site meta composable + Open Graph image generation
Adds `useSiteMeta()` composable that wraps useSeoMeta with site defaults (title template, canonical URL, og/twitter image, og:site_name) and absolute-URL handling via runtimeConfig.public.appUrl. Adds /og/events/[slug].png route that renders per-event OG images via satori + @resvg/resvg-js, cached on disk by slug + updatedAt. Bundles Brygada 1918 + Commit Mono fonts as server assets, ships a fallback default.png, and patches @shuding/opentype.js via patch-package. Converts ~25 pages from useHead to useSiteMeta and adds noindex on private/auth/admin pages.
This commit is contained in:
parent
877ef1a220
commit
31144617d7
36 changed files with 1182 additions and 53 deletions
13
patches/@shuding+opentype.js+1.4.0-beta.0.patch
Normal file
13
patches/@shuding+opentype.js+1.4.0-beta.0.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/node_modules/@shuding/opentype.js/dist/opentype.js b/node_modules/@shuding/opentype.js/dist/opentype.js
|
||||
index d72d1b7..28f572e 100644
|
||||
--- a/node_modules/@shuding/opentype.js/dist/opentype.js
|
||||
+++ b/node_modules/@shuding/opentype.js/dist/opentype.js
|
||||
@@ -11502,7 +11502,7 @@
|
||||
break;
|
||||
case 'ltag':
|
||||
table = uncompressTable(data, tableEntry);
|
||||
- ltagTable = ltag.parse(table.data, table.offset);
|
||||
+ var ltagTable = ltag.parse(table.data, table.offset);
|
||||
break;
|
||||
case 'maxp':
|
||||
table = uncompressTable(data, tableEntry);
|
||||
Loading…
Add table
Add a link
Reference in a new issue