Skip to content

Commit

Permalink
fix: replace default route dir
Browse files Browse the repository at this point in the history
Oops!
  • Loading branch information
kiliman committed Dec 13, 2022
1 parent 298fb0c commit 5811b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-dev/config/flatRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export type FlatRoutesOptions = {
export type DefineRoutesFunction = typeof defaultDefineRoutes;

const defaultOptions: FlatRoutesOptions = {
routeDir: "routes-bug",
routeDir: "routes",
basePath: "/",
paramPrefixChar: "$",
routeRegex:
Expand Down

0 comments on commit 5811b13

Please sign in to comment.