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,