Skip to content

Commit

Permalink
Add PR links to vercel changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Aug 9, 2023
1 parent faa1b38 commit 002ed42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/fair-falcons-wink.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

The `@remix-run/vercel` runtime adapter has been removed in favor of out of the box Vercel functionality. Please update
your code by removing `@remix-run/vercel` & `@vercel/node` from your `package.json`, removing your
`server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`.
`server.ts`/`server.js` file, and removing the `server` & `serverBuildPath` options from your `remix.config.js`. ((#7035)[https://github.com/remix-run/remix/pull/7035])

Due to the removal of this adapter, we also removed our [Vercel template][vercel-template] in favor of the
[official Vercel template][official-vercel-template].
[official Vercel template][official-vercel-template] ((#6784)[https://github.com/remix-run/remix/pull/6784]).

[vercel-template]: https://github.com/remix-run/remix/tree/main/templates/vercel
[official-vercel-template]: https://github.com/vercel/vercel/tree/main/examples/remix

0 comments on commit 002ed42

Please sign in to comment.