-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
examples: remove app-dir
and with
prefix in the mdx
directory name
#73458
base: canary
Are you sure you want to change the base?
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
d8c24fb
to
679be62
Compare
b1350ef
to
4504933
Compare
@JamBalaya56562 It looks like there are conflicts now! |
45885e7
to
e2983ae
Compare
Thank you for checking! |
@JamBalaya56562 we should update |
Alright, I have made PR of that at #74067. This PR will be updated when #74067 is merged. |
@JamBalaya56562 The other PR has been merged! |
Thank you very much! |
What?
Why?
Why remove
app-dir-
in the directory name?The default has already been App Router anyways and a lot of examples have migrated over.
x-ref: #72642 (comment)
Why remove
with-
in the directory name?According to examples guidelines,
How did you verify your code works?
I have tested the new with-mdx.test.ts and example.test.ts.
Adding or Updating Examples
pnpm build && pnpm lint
. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.mdCC: @samcx