Skip to content

Commit 7e31a68

Browse files
authored
fix: Blog tags should have spaces (#216)
## PR Checklist - [ ] Linked issue added (e.g., `Fixes #123`) - [ ] I have run `bun run format` to ensure code is properly formatted - [ ] I have verified that `bun run lint` passes without errors - [ ] If blog post was added: - [ ] Ensure images have been optimised - [ ] Update dates to reflect the actual publishing date when merged (file names, folder names, and frontmatter) ## Summary <!-- What has been updated and why --> Blog tags should have spaces
1 parent 1c9b1b1 commit 7e31a68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/blog/2026-04-03-integrations-work-week.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
author_urls:
99
- https://github.com/tymmmy
1010
tags:
11-
- WorkWeek
11+
- Work Week
1212
- Integration
1313
---
1414

0 commit comments

Comments
 (0)