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

15
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "badmanners.xyz",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "badmanners.xyz",
"version": "2.3.0",
"version": "2.3.1",
"hasInstallScript": true,
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
@ -16,12 +16,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",
@ -2005,9 +2006,9 @@
}
},
"node_modules/astro-htaccess": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/astro-htaccess/-/astro-htaccess-0.2.2.tgz",
"integrity": "sha512-xBtEQIhK5NzQ72YKfpPkzfTYvXz4SNDi1+SmHXObvfsEN5MS/FeWQCcnIYb+f0KrGAr5DVtV0VOTu3sLQZsM5Q==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/astro-htaccess/-/astro-htaccess-0.2.3.tgz",
"integrity": "sha512-9Rraech/5sZi+3V7SsPdhNzoVdh4iLN/nQ0RACylqPs1+s6k025MKnYHuO7AUjXD0gD9iZcpDX/N3r54N15Zeg==",
"license": "MIT",
"peerDependencies": {
"astro": ">= 4.0.0 < 6"