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
If I have /pages/one/index.js, the URL /one resolves to the index.js. Great.
But if I have /pages/one/two/index.js, the URL /one/two does not resolve to index.js. I get error: Cannot GET /one/two. The URL /one/two/index.js does not work either, as I'd expect.
I think nesting like this should work.
The text was updated successfully, but these errors were encountered:
If I have
/pages/one/index.js
, the URL/one
resolves to theindex.js
. Great.But if I have
/pages/one/two/index.js
, the URL/one/two
does not resolve toindex.js
. I geterror: Cannot GET /one/two
. The URL/one/two/index.js
does not work either, as I'd expect.I think nesting like this should work.
The text was updated successfully, but these errors were encountered: