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

- 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:
OpenClaw 2026-03-03 18:06:56 +01:00
parent 05c91e6747
commit 740c70f905
5 changed files with 378 additions and 1 deletions

View file

@ -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>