Move ToS to content collection

This commit is contained in:
Bad Manners 2024-12-05 21:46:09 -03:00
parent a97ea99c75
commit 776d1a0bca
11 changed files with 47 additions and 38 deletions

View file

@ -2,6 +2,9 @@
"files.associations": {
"*.css": "tailwindcss"
},
"yaml.schemas": {
"./.astro/collections/tos.schema.json": "/src/data/tos/**"
},
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},