From f1ef8164d791e1acb28fe523859b4506cc5a1347 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:32 -0400 Subject: [PATCH] Remove future config --- remix.config.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/remix.config.js b/remix.config.js index 2f1d737..275e274 100644 --- a/remix.config.js +++ b/remix.config.js @@ -1,10 +1,4 @@ export default { - future: { - v2_errorBoundary: true, - v2_meta: true, - v2_normalizeFormMethod: true, - v2_routeConvention: true, - }, server: "./server.ts", serverBuildPath: "functions/[[path]].js", serverMinify: true,