Skip to content
← Back to Changelog

Thursday, November 25th 2021

Remix projects can now be deployed with zero configuration

Posted by

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.

Post