mirror of
https://github.com/prdlk/website.git
synced 2026-08-02 17:31:41 +00:00
777 B
777 B
assets
Purpose
Build-time assets imported by source code (processed by Astro/Vite), as opposed to public/ which is served verbatim.
Key Files
| File | Description |
|---|---|
roboto-mono-regular.ttf |
Font (weight 400) embedded into Satori-generated OG images. |
roboto-mono-700.ttf |
Font (weight 700) for OG image titles. |
For AI Agents
Working In This Directory
- These fonts are imported as raw buffers in
src/pages/og-image/[...slug].png.ts(via thevite-plugin-raw-fontsconfig inastro.config.ts). Renaming requires updating that import.
Dependencies
Internal
src/pages/og-image/— consumes these fonts.