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

@ -1,7 +1,7 @@
{
"name": "badmanners.xyz",
"type": "module",
"version": "2.3.0",
"version": "2.3.1",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -21,12 +21,13 @@
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"astro": "^5.0.1",
"astro-htaccess": "^0.2.2",
"astro-htaccess": "^0.2.3",
"date-fns": "^3.6.0",
"tailwindcss": "^3.4.11",
"tippy.js": "^6.3.7",
"toml": "^3.0.0",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/node": "^22.10.1",