How to deploy a GitBook on Vercel?

Hey everyone, I've created a Gitbook but I am stuck on how to deploy it to Vercel. I use Vercel to deploy Node projects but it is my first time using MDX and Gitbook. I need help.
3 Replies
Mocha
Mocha10mo ago
What happens when you deploy it as "other"? Can you share the package.json scripts {}?
sumatoken
sumatoken10mo ago
There is no package.json file. The repo is synced with the gitbook and it's only MDX files. The browser just renders MDX code.
Mocha
Mocha10mo ago
Haven’t worked with GitBook before, but if they’re just MDX files and static assets, Astro could be an easy way to serve them