We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ddddb commit 3d35cadCopy full SHA for 3d35cad
1 file changed
README.md
@@ -82,7 +82,6 @@ Seen post GUIDs are tracked in KV to prevent duplicates after the floor.
82
If the KV namespace is ever wiped, the sync floor resets on the next run. To backfill from a specific date:
83
84
```bash
85
-cp .dev.vars.example .dev.vars # fill in RSS_FEED_URL
86
npm run bootstrap -- --from=2026-01-01
87
```
88
@@ -91,7 +90,6 @@ npm run bootstrap -- --from=2026-01-01
91
90
## Re-syndicating a missed post
92
93
94
-cp .dev.vars.example .dev.vars # fill in RSS_FEED_URL if not already done
95
npm run nudge -- --url=https://your-site.com/blog/the-missed-post
96
97
0 commit comments