Add "Playing It Safe" draft and improve type-checking

- Remove most type assertions and improve types
- Validate wordCount property
- Add "Vore Day" tag
- Add licenses
This commit is contained in:
Bad Manners 2024-08-03 20:33:49 -03:00
parent 17ef8c652c
commit fe908a4989
37 changed files with 1309 additions and 841 deletions

View file

@ -15,8 +15,6 @@ export default defineConfig({
],
markdown: {
smartypants: false,
// Remove this line once @astropub/md@0.5.0 lands
syntaxHighlight: false,
},
build: {
assets: "assets",