hellotham / hello-astro

Hello Astro is a multi purpose Astro starter theme written in Typescript, TailwindCSS and AlpineJS. It supports Markdown and MDX based pages and blog posts.
https://hellotham.github.io/hello-astro
MIT License
158 stars 55 forks source link

Cannot run with output: 'server' [ vercel ] #1

Closed akirawinz closed 1 year ago

akirawinz commented 1 year ago

I try to setup deploy Vercel which I add in astro.config

  output: 'server',
  adapter: vercel(),

after that I run

yarn dev

then I enter to /blog

the error show up: Cannot read properties of undefined (reading 'size')

I'm not sure, Does getStaticPaths can deploy with Vercel SSR ?

if you have some free time would you mind to help me check please thanks