You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,6 +59,12 @@ This option is used to configure the Virtual File Routes feature. See the "Virtu
58
59
59
60
By default, this value is set to `undefined`.
60
61
62
+
### `routeFilePrefix`
63
+
64
+
This option is used to identify route files in the route directory. This means that only files that start with this prefix will be considered for routing.
65
+
66
+
By default, this value is set to `` and as such all files in the route directory will be considered for routing.
67
+
61
68
### `routeFileIgnorePrefix`
62
69
63
70
This option is used to ignore specific files and directories in the route directory. This can be useful if you want to "opt-in" certain files or directories that you do not want to be considered for routing.
@@ -81,12 +88,6 @@ This option is used to ignore specific files and directories in the route direct
81
88
82
89
By default, this value is set to `undefined`.
83
90
84
-
### `routeFilePrefix`
85
-
86
-
This option is used to identify route files in the route directory. This means that only files that start with this prefix will be considered for routing.
87
-
88
-
By default, this value is set to `` and as such all files in the route directory will be considered for routing.
89
-
90
91
### `routeToken`
91
92
92
93
As mentioned in the Routing Concepts guide, a layout route is rendered at the specified path, and the child routes are rendered within the layout route. The `routeToken` is used to identify the layout route file in the route directory.
0 commit comments