-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: app router - all sub-pages in /apps
#16976
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (10/07/24)1 reviewer was added to this PR based on Keith Williams's automation. |
This PR is being marked as stale due to inactivity. |
b1501ff
to
5587b8f
Compare
/apps
|
{page} | ||
</Shell> | ||
); | ||
return <Shell withoutMain={true}>{page}</Shell>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed backPath as it is irrelevant when withoutMain is true
{page} | ||
</Shell> | ||
); | ||
return <Shell withoutMain={true}>{page}</Shell>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed backPath as it is irrelevant when withoutMain is true
{page} | ||
</Shell> | ||
); | ||
return <Shell withoutMain={true}>{page}</Shell>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed backPath as it is irrelevant when withoutMain is true
source: "/apps/routing-forms/:path*", | ||
destination: "/routing/:path*", | ||
permanent: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redirecting /apps/routing-forms paths to /routing
What does this PR do?
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?