Skip to content

Commit faff609

Browse files
Try a new approach
1 parent 0d8e136 commit faff609

6 files changed

Lines changed: 692 additions & 1267 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# build output
22
.vercel/
33
dist/
4+
5+
# Optimized images (generated during build)
6+
public/opt-images/
7+
48
# generated types
59
.astro/
610

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
},
1818
"dependencies": {
1919
"@astrojs/check": "^0.9.4",
20-
"@astrojs/db": "^0.14.10",
21-
"@astrojs/preact": "^4.0.8",
22-
"@astrojs/sitemap": "^3.3.0",
23-
"@astrojs/vercel": "^8.1.3",
20+
"@astrojs/db": "^0.15.0",
21+
"@astrojs/preact": "^4.1.0",
22+
"@astrojs/sitemap": "^3.4.1",
23+
"@astrojs/vercel": "^8.2.0",
2424
"@preact/signals": "^2.0.3",
2525
"@vercel/analytics": "^1.4.1",
2626
"@vercel/speed-insights": "^1.1.0",
27-
"astro": "^5.1.4",
27+
"astro": "^5.10.0",
2828
"astro-seo-schema": "^5.0.0",
2929
"atropos": "^2.0.2",
3030
"preact": "^10.26.5",
@@ -46,7 +46,8 @@
4646
"sharp": "^0.33.5",
4747
"tailwind-scrollbar": "^4.0.2",
4848
"tailwindcss": "^4.1.3",
49-
"typescript": "^5.7.2"
49+
"typescript": "^5.7.2",
50+
"vite": "^6.3.5"
5051
},
5152
"engines": {
5253
"node": "^22.0.0"

0 commit comments

Comments
 (0)