diff --git a/templates/arc/remix.config.js b/templates/arc/remix.config.js index 06a93128b2e..b76efda0f3a 100644 --- a/templates/arc/remix.config.js +++ b/templates/arc/remix.config.js @@ -8,6 +8,7 @@ module.exports = { // assetsBuildDirectory: "public/build", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/cloudflare-pages/remix.config.js b/templates/cloudflare-pages/remix.config.js index 7aa3011d30f..6f5ffe0fffe 100644 --- a/templates/cloudflare-pages/remix.config.js +++ b/templates/cloudflare-pages/remix.config.js @@ -15,6 +15,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/cloudflare-workers/remix.config.js b/templates/cloudflare-workers/remix.config.js index 07cb0fd2811..c4210dd979a 100644 --- a/templates/cloudflare-workers/remix.config.js +++ b/templates/cloudflare-workers/remix.config.js @@ -15,6 +15,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/deno/remix.config.js b/templates/deno/remix.config.js index e2fe7337c15..d0c78e97eef 100644 --- a/templates/deno/remix.config.js +++ b/templates/deno/remix.config.js @@ -20,6 +20,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/express/remix.config.js b/templates/express/remix.config.js index 30d26861b22..29287a0d890 100644 --- a/templates/express/remix.config.js +++ b/templates/express/remix.config.js @@ -8,6 +8,7 @@ module.exports = { serverModuleFormat: "cjs", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/fly/remix.config.js b/templates/fly/remix.config.js index a1a396661bf..cf359205c5e 100644 --- a/templates/fly/remix.config.js +++ b/templates/fly/remix.config.js @@ -7,6 +7,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/netlify/remix.config.js b/templates/netlify/remix.config.js index 17af2a70863..c510d3cc2d2 100644 --- a/templates/netlify/remix.config.js +++ b/templates/netlify/remix.config.js @@ -11,6 +11,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/remix/remix.config.js b/templates/remix/remix.config.js index 30d26861b22..29287a0d890 100644 --- a/templates/remix/remix.config.js +++ b/templates/remix/remix.config.js @@ -8,6 +8,7 @@ module.exports = { serverModuleFormat: "cjs", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true, diff --git a/templates/vercel/remix.config.js b/templates/vercel/remix.config.js index f5aa112961e..79e2b95fd7e 100644 --- a/templates/vercel/remix.config.js +++ b/templates/vercel/remix.config.js @@ -11,6 +11,7 @@ module.exports = { // publicPath: "/build/", future: { v2_errorBoundary: true, + v2_headers: true, v2_meta: true, v2_normalizeFormMethod: true, v2_routeConvention: true,