Skip to content

Commit

Permalink
Update page-data URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Feb 22, 2024
1 parent 70ce9f5 commit 20c4789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -e -u -o pipefail

curl -fsSO 'https://bell-sw.com/page-data/blog/page-data.json'
curl -fsSO 'https://assets.bell-sw.com/www.bell-sw.com/page-data/blog/page-data.json'
mkdir _site
jq -f filter.jq page-data.json > _site/feed.json

0 comments on commit 20c4789

Please sign in to comment.