- satori + sharp generates 1200×630 PNG per post at build time - Blue gradient background matching sky-blue brand theme - Chinese font: Noto Sans SC (static, downloaded at build time) - Layout.astro now emits og:image + twitter:image meta tags - scripts/download-fonts.sh for CI font provisioning Closes the social sharing card gap — links shared to WeChat/XHS now display a proper card with title, description, and branding.
35 lines
364 B
Plaintext
35 lines
364 B
Plaintext
# build output
|
|
dist/
|
|
|
|
# generated types
|
|
.astro/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# environment variables
|
|
.env
|
|
.env.production
|
|
|
|
# macOS-specific files
|
|
.DS_Store
|
|
|
|
.vercel
|
|
|
|
package-lock.json
|
|
bun.lockb
|
|
yarn.lock
|
|
|
|
# ide
|
|
.idea
|
|
*.iml
|
|
|
|
# OG image fonts (downloaded at build time)
|
|
src/assets/fonts/*.ttf
|