Add status route tests, OG images blog post, and blog tests
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m27s
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 9m27s
- Create src/routes/__tests__/status.test.ts (GET /status and /status.html) - Add blog post: public/blog/automating-og-images.html (~1000 words) - Update public/blog.html with new post entry - Update public/sitemap.xml with new URL - Add blog tests for automating-og-images post - Update existing blog tests for new post references Tests: 332 passed, 1 skipped
This commit is contained in:
parent
05c91e6747
commit
740c70f905
5 changed files with 378 additions and 1 deletions
|
|
@ -93,6 +93,13 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
|
|||
</div>
|
||||
|
||||
<div class="blog-grid">
|
||||
<article class="blog-card">
|
||||
<div class="meta"><span>March 3, 2026</span><span>7 min read</span></div>
|
||||
<h2><a href="/blog/automating-og-images">Automating OG Image Generation with Screenshot APIs</a></h2>
|
||||
<p>Stop designing Open Graph images by hand. Learn how to use screenshot APIs to automatically generate beautiful, dynamic OG images for every page on your site.</p>
|
||||
<a href="/blog/automating-og-images" class="read-more">Read article →</a>
|
||||
</article>
|
||||
|
||||
<article class="blog-card">
|
||||
<div class="meta"><span>March 2, 2026</span><span>8 min read</span></div>
|
||||
<h2><a href="/blog/why-screenshot-api">Why You Need a Screenshot API (And Why Building Your Own Is Harder Than You Think)</a></h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue