Hacker News new | ask | show | jobs
by tr1ll10nb1ll 1343 days ago
I'm really liking it so far and have been using this in production for the landing (and soon the blog) page at https://devclad.com/ using SSG.

Had some issues running the SSR api function on Vercel, though. Probably something to do with the the assets/ being specified in the wrong directory.

1 comments

What exactly is the problem?

A lot of vite-plugin-ssr users are deploying to Vercel - have you seen https://vite-plugin-ssr.com/vercel and https://github.com/brillout/vite-plugin-ssr_vercel?

The recommended approach using an Vercel API Route is quite simple & straightforward.

Edit: DevClad => nice project btw.!

I had a look at the updates you made in the readme. Seems like the problem was probably with the `vercel-build` command.

It's working great now. Love this project!