alpha
Login
or
Join now
russ.fugl.dev
/
sks-website
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
build smart knowledge-sharing systems that combine the best of human expertise with smart technology
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sks-website
/
src
/
app
/
kiri
/
at
main
1 file
Russ T. Fugal
refactor(kiri): inject OG tags directly in route handler and remove unused layout
5mo ago
5a58d120
route.ts
refactor(kiri): inject OG tags directly in route handler and remove unused layout Route handlers bypass layout files, so the layout.tsx file had no effect. Instead, inject Open Graph and Twitter Card meta tags directly into the HTML response within the route handler to ensure social sharing previews work correctly for both the external benchmarks feed and the local fallback. Changes: - Removed src/app/kiri/layout.tsx (unused) - Added OG_TAGS constant and injectOgTags() function to src/app/kiri/route.ts - Apply tag injection to both external fetch and fallback responses - Updated public/media/benchmarks.html with tag injection applied Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago