Created
February 9, 2022 19:18
-
-
Save ryanflorence/33ab8d6a62daa1488b2259b2272a70c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/routes | |
/__landing.tsx -> (layout: __landing.*) | |
/__landing.index.tsx -> / | |
/__landing.company.tsx -> /company | |
/__landing.company.team.tsx -> /company/team | |
/__landing.company.careers.tsx -> /company/careers | |
/__landing.docs.doc.$.tsx -> /docs/* | |
/__auth.tsx -> (layout: _auth.*) | |
/__auth.login.tsx -> /login | |
/__auth.signup.tsx -> /signup | |
/__auth.forgot-password.tsx -> /forgot-password | |
/__auth.reset-password.tsx -> /reset-password | |
/app.loading.tsx -> /app/loading (does not use app.* layout) | |
/app.tsx -> (layout: app.*) | |
/app/onboarding.tsx -> (layout: app/onboarding.*) | |
/app/onboarding/first-site.tsx -> /app/onboarding/first-site | |
/app/onboarding/setup-local.tsx -> /app/onboarding/setup-local | |
/app/sites.$site.tsx -> /app/sites/:site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment