From b34c5413633ff4faffc626142f0cc83175d94747 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Jan 2024 23:41:04 -0500 Subject: Add Astro Vercel serverless adapter and update Astro version in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index a4dddf5..93879d9 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,9 @@ "astro": "astro" }, "dependencies": { + "@astrojs/vercel": "^6.1.3", "@iconify-json/fa6-brands": "^1.1.18", - "astro": "^4.0.5", + "astro": "^4.1.1", "astro-icon": "^1.0.2" } } \ No newline at end of file -- cgit v1.2.3