diff --git a/content/posts/pr-preview-smoke-test/index.md b/content/posts/pr-preview-smoke-test/index.md new file mode 100644 index 0000000..160c773 --- /dev/null +++ b/content/posts/pr-preview-smoke-test/index.md @@ -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.