Skip to content

Commit e7ba2b7

Browse files
authored
Production Deployment (#25)
2 parents 3605448 + 1743d39 commit e7ba2b7

20 files changed

+632
-492
lines changed

.vscode/settings.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"cSpell.words": [
3+
"Antike",
4+
"automations",
5+
"BEDH",
6+
"bitrates",
7+
"Coolify",
8+
"elysia",
9+
"Franken",
10+
"HATEOAS",
11+
"HTMX",
12+
"IONOS",
13+
"ntfy",
14+
"okayish",
15+
"pawcode",
16+
"postbuild",
17+
"Supabase",
18+
"Turso"
19+
]
20+
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-blog",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.2.0-staging.3",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
@@ -25,8 +25,8 @@
2525
"@iconify-json/simple-icons": "^1.2.33",
2626
"@tailwindcss/container-queries": "^0.1.1",
2727
"@tailwindcss/typography": "^0.5.16",
28-
"@tailwindcss/vite": "^4.1.5",
29-
"astro": "^5.7.10",
28+
"@tailwindcss/vite": "^4.1.6",
29+
"astro": "^5.7.12",
3030
"astro-icon": "^1.1.5",
3131
"astro-matomo": "^1.8.1",
3232
"astro-robots-txt": "^1.0.0",
@@ -38,18 +38,18 @@
3838
"satori": "^0.12.2",
3939
"sharp": "^0.34.1",
4040
"solid-js": "^1.9.6",
41-
"tailwindcss": "^4.1.5",
41+
"tailwindcss": "^4.1.6",
4242
"typescript": "^5.8.3",
4343
"unist-util-visit": "^5.0.0",
4444
"web-vitals": "^4.2.4"
4545
},
4646
"devDependencies": {
4747
"@types/hast": "^3.0.4",
48-
"astro-meta-tags": "^0.3.1",
48+
"astro-meta-tags": "^0.3.2",
4949
"prettier": "^3.5.3",
5050
"prettier-plugin-astro": "^0.14.1",
5151
"prettier-plugin-organize-imports": "^4.1.0",
52-
"vite": "^6.3.4"
52+
"vite": "^6.3.5"
5353
},
5454
"packageManager": "[email protected]"
5555
}

0 commit comments

Comments
 (0)