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
Copy /single ( that is, _heat+/single.tsx ) into a new route inside _heat+ folder, that can be accessed with /app/ aka https://heat-stack.fly.dev/app/.
That will include https://heat-stack.fly.dev/app/single but any other file in that same folder too.
The header should not be on the home page https://heat-stack.fly.dev/.
Make the dark blue "return" header bar appear over single.tsx and any other files in that /app/ route.
ShadCN Chevron left icon
style the header and add a Return to Site link that goes to the root page on the domain ( / )
First steps:
_heat+
folder, that can be accessed with/app/
akahttps://heat-stack.fly.dev/app/
.https://heat-stack.fly.dev/app/single
but any other file in that same folder too.https://heat-stack.fly.dev/
.Docs: https://remix.run/docs/en/main/discussion/routes
The notes in PR may be helpful beyond the documentation: #125
Advanced:
single
.The text was updated successfully, but these errors were encountered: