Use path aliasing

This commit is contained in:
Bad Manners 2024-09-14 17:48:51 -03:00
parent b9155828af
commit f23b3774d4
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
15 changed files with 715 additions and 445 deletions

View file

@ -1,7 +1,7 @@
{
"name": "badmanners.xyz",
"type": "module",
"version": "2.1.11",
"version": "2.1.12",
"scripts": {
"postinstall": "astro sync",
"dev": "astro dev",
@ -15,16 +15,16 @@
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/check": "^0.9.3",
"@astrojs/rss": "^4.0.7",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.13.3",
"astro": "^4.15.5",
"astro-htaccess": "^0.2.0",
"date-fns": "^3.6.0",
"tailwindcss": "^3.4.9",
"tailwindcss": "^3.4.11",
"tippy.js": "^6.3.7",
"toml": "^3.0.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"devDependencies": {
"commander": "^12.1.0",
@ -33,6 +33,6 @@
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-toml": "^2.0.1",
"tsx": "^4.17.0"
"tsx": "^4.19.1"
}
}