We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2e353 commit bdcdb66Copy full SHA for bdcdb66
1 file changed
content/posts/pr-preview-smoke-test/index.md
@@ -0,0 +1,25 @@
1
+---
2
+title: PR Preview Smoke Test
3
+publishDate: '2026-07-19'
4
+author: Jacob Coffee
5
+description: 'A temporary post used to verify pull request preview deployments.'
6
+tags:
7
+ - testing
8
+published: true
9
10
+
11
+This is a temporary post for testing pull request preview deployments.
12
13
+If you can read this in the preview, the deployment is serving content from the pull request branch correctly.
14
15
+## Preview checklist
16
17
+- The post appears on the blog index.
18
+- This heading and checklist render correctly.
19
+- The post has its own working permalink.
20
21
+```python
22
+print("PR preview is working!")
23
+```
24
25
+This post can be removed after the preview workflow has been verified.
0 commit comments