Skip to content

Commit

Permalink
build(remix.config.js): opts in to new V2_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zapbampow committed Jul 15, 2023
1 parent bee9818 commit 2b1b5a3
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 @@ -6,6 +6,7 @@ module.exports = {
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
v2_headers: true,
},
ignoredRouteFiles: ["**/.*", "**/*.test.{js,jsx,ts,tsx}"],
};

0 comments on commit 2b1b5a3

Please sign in to comment.