Add fediverse:creator tag to pages

This commit is contained in:
Bad Manners 2024-11-21 10:10:49 -03:00
parent 51cdd232ad
commit 5d701069e9
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
9 changed files with 22 additions and 137 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gallery.badmanners.xyz",
"type": "module",
"version": "1.13.0",
"version": "1.13.1",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -12,8 +12,7 @@
"check": "astro check",
"astro": "astro",
"prettier": "prettier --write .",
"export-story": "tsx scripts/export-story.ts",
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
"export-story": "tsx scripts/export-story.ts"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
@ -46,7 +45,6 @@
"@types/node": "^22.7.4",
"@types/sanitize-html": "^2.13.0",
"commander": "^12.1.0",
"dotenv-cli": "^7.4.2",
"fetch-retry": "^6.0.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",