#Deploy Astro & Sanity into Heroku
2 messages · Page 1 of 1 (latest)
You'll probably have to deploy it to a dyno using the Node.js adapter because it seems the Heroku guide on the docs site is written for static sites only? You should only have to change the Procfile script to npm run preview from what I can see
Side note, unless you need to use Heroku I'd recommend alternative platforms like Vercel or Netlify