1 min read
Vercel now automatically optimizes your Remix projects. When importing a new project, it will detect Remix and configure the right settings for you — including automatic immutable
HTTP caching headers for JavaScript and CSS assets.
Get started by deploying the Remix template or running npx create-remix@latest
, selecting Vercel, and then deploying with npx vercel
.
Check out the documentation as well.