diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 23:41:04 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-06 23:41:04 -0500 |
| commit | b34c5413633ff4faffc626142f0cc83175d94747 (patch) | |
| tree | 88640012f2e78a6d95e5f8ee421ec16545acb325 /package.json | |
| parent | 5b69ffef23b4d4c3cf32c9918559ef1127a873d4 (diff) | |
| download | personal-website-b34c5413633ff4faffc626142f0cc83175d94747.tar.gz personal-website-b34c5413633ff4faffc626142f0cc83175d94747.tar.bz2 personal-website-b34c5413633ff4faffc626142f0cc83175d94747.zip | |
Add Astro Vercel serverless adapter and update Astro version in package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
