Skip to content

Commit

Permalink
future object to use features of remix@v2 is not needed as remix is v…
Browse files Browse the repository at this point in the history
…ersion 2 now
  • Loading branch information
zsh77 committed Mar 5, 2024
1 parent 68d94b1 commit 619c5f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/kitchen-sink/apps/blog/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
future: {
v2_dev: true,
v2_errorBoundary: true,
v2_headers: true,
v2_meta: true,
v2_normalizeFormMethod: true,
v2_routeConvention: true,
},
ignoredRouteFiles: ["**/.*"],
serverModuleFormat: "cjs",
// appDirectory: "app",
Expand Down

0 comments on commit 619c5f1

Please sign in to comment.