Skip to content

Commit

Permalink
fix: fixed v2 routing for development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Apr 12, 2023
1 parent 8b76a3e commit 97f8bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remix.init/remix.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { config } = require("@netlify/remix-edge-adapter");
const baseConfig =
process.env.NODE_ENV === "production"
? config
: { ignoredRouteFiles: ["**/.*"] };
: { ignoredRouteFiles: ["**/.*"], future: config.future };

/**
* @type {import('@remix-run/dev').AppConfig}
Expand Down

0 comments on commit 97f8bb7

Please sign in to comment.