From ca5f4dcc23263ddec89d349c82687608a0e9fe0f Mon Sep 17 00:00:00 2001 From: Claire Nord Date: Tue, 11 Jul 2023 21:56:43 -0700 Subject: [PATCH] remix.config.js: opt in to v2_headers --- remix.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/remix.config.js b/remix.config.js index 4fc5b216..f7335eb9 100644 --- a/remix.config.js +++ b/remix.config.js @@ -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