Skip to content

Instantly share code, notes, and snippets.

@ryanflorence
Created February 9, 2022 19:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryanflorence/33ab8d6a62daa1488b2259b2272a70c3 to your computer and use it in GitHub Desktop.
Save ryanflorence/33ab8d6a62daa1488b2259b2272a70c3 to your computer and use it in GitHub Desktop.
/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