Update navbar in GalleryLayout and add astro-htaccess

This commit is contained in:
Bad Manners 2024-08-30 17:50:38 -03:00
parent 6ff0de4a50
commit 287f2cae2f
8 changed files with 163 additions and 33 deletions

View file

@ -1,7 +1,7 @@
{
"name": "gallery.badmanners.xyz",
"type": "module",
"version": "1.7.10",
"version": "1.7.11",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -22,6 +22,7 @@
"@astropub/md": "^1.0.0",
"@tailwindcss/typography": "^0.5.14",
"astro": "^4.13.3",
"astro-htaccess": "^0.1.2",
"astro-pagefind": "^1.6.0",
"clsx": "^2.1.1",
"github-slugger": "^2.0.0",
@ -32,6 +33,7 @@
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.9",
"tiny-decode": "^0.1.3",
"toml": "^3.0.0",
"typescript": "^5.5.4"
},
"devDependencies": {