We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efeeb0 commit d59fb6eCopy full SHA for d59fb6e
docs/routing.md
@@ -4,7 +4,7 @@ The Epic Stack uses file-based routing with Remix. However, it's not using the
4
built-in routing convention of Remix and instead is using
5
[remix-flat-routes](https://github.com/kiliman/remix-flat-routes) which is a
6
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
+find it configured for the application in the `vite.config.js` file at the root
8
of the app. Specifically "hybrid routes."
9
10
We'll defer to the `remix-flat-routes` documentation for specifics, but an
0 commit comments