Rebuilding an old site that broke, a wiki for a game I run.
Project Scope and ToDos
- Create a new site
- Can be searched
Day 1
Going through the Astro Vercel setup
Usage with Vercel
- @astrojs/vercel | Docs
- On-demand rendering | Docs
npx vercel login
- Build locally
npx vercel build
- Note: Vercel serverless currently (12/08/24) only works with Node 18. Make sure to use Node 18. - Serverless Function contains invalid runtime error
Trying plugins
I'm also interested in trying out more plugins with Astro. Here's some of the ones I'm looking at