engineering blog at https://blog.tangled.sh

fix feeds and redirects

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi c6cd1589 a8700343

verified
Changed files
+4 -1
pages
+1 -1
config.yaml
··· 2 2 - tailwindcss -i input.css -o static/tw.css 3 3 title: tangled engineering 4 4 # note the trailing slash! 5 - url: "https://tangled.sh" 5 + url: "https://blog.tangled.sh/" 6 6 description: "" 7 7 author: 8 8 name: "Anirudh Oppiliappan"
+3
pages/_redirects
··· 1 + /blog/ / 200 2 + /blog/feed.xml /blog/feed.xml 200 3 + /blog/* /:splat