Skip to content

Commit

Permalink
remix.config.js: opt in to v2_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnord committed Jul 12, 2023
1 parent 076f362 commit ca5f4dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
v2_headers: true
},
ignoredRouteFiles: ["**/.*", "**/*.test.{js,jsx,ts,tsx}"],
// When running locally in development mode, we use the built in remix
Expand Down

1 comment on commit ca5f4dc

@vercel
Copy link

@vercel vercel bot commented on ca5f4dc Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.