Skip to content
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

docs: correct console.log syntax in Pages and App router examples for configuring MDX #69235

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

dineshh-m
Copy link
Contributor

Corrected the syntax of console.log statements in the Pages and App Router documentation for configuring MDX.
https://nextjs.org/docs/pages/building-your-application/configuring/mdx#frontmatter

changed this line from

console.log('metadata': metadata)

to

console.log('metadata: ', metadata)

@ijjk ijjk added the Documentation Related to Next.js' official documentation. label Aug 23, 2024
@ijjk
Copy link
Member

ijjk commented Aug 23, 2024

Allow CI Workflow Run

  • approve CI run for commit: 69e8826

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@leerob leerob merged commit d640fed into vercel:canary Aug 26, 2024
32 of 36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Related to Next.js' official documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants