Skip to content

Commit d59fb6e

Browse files
authored
docs(routing): Point to vite.config.js instead of remix.config.js (#667)
1 parent 0efeeb0 commit d59fb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Epic Stack uses file-based routing with Remix. However, it's not using the
44
built-in routing convention of Remix and instead is using
55
[remix-flat-routes](https://github.com/kiliman/remix-flat-routes) which is a
66
special implementation of the Remix convention that adds a few features. You'll
7-
find it configured for the application in the `remix.config.js` file at the root
7+
find it configured for the application in the `vite.config.js` file at the root
88
of the app. Specifically "hybrid routes."
99

1010
We'll defer to the `remix-flat-routes` documentation for specifics, but an

0 commit comments

Comments
 (0)