Find a file
Oliver Davies a56e326a57 fix(daily-email): remove newlines in slugs
Fix page not found error when adding a permalink in this format:

```yaml
---
permalink: >
  archive/2022/10/20/cherry-picking-commits-is-an-anti-pattern
```

This causes a newline character to be added to the end of the permalink,
and causes the previous code to not be able to match the slug for the
filename based on the `permalink` value within the front matter.
2022-10-21 23:55:35 +01:00
.github/workflows chore: replace Sculpin with Astro 2022-10-10 20:50:54 +01:00
nginx build(nginx): add redirect 2022-10-21 00:40:31 +01:00
website fix(daily-email): remove newlines in slugs 2022-10-21 23:55:35 +01:00
justfile ci: re-add deploy job 2022-09-30 00:20:19 +01:00