Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions content/posts/pr-preview-smoke-test/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: PR Preview Smoke Test
publishDate: '2026-07-19'
author: Jacob Coffee
description: 'A temporary post used to verify pull request preview deployments.'
tags:
- testing
published: true
---

This is a temporary post for testing pull request preview deployments.

If you can read this in the preview, the deployment is serving content from the pull request branch correctly.

## Preview checklist

- The post appears on the blog index.
- This heading and checklist render correctly.
- The post has its own working permalink.

```python
print("PR preview is working!")
```

This post can be removed after the preview workflow has been verified.