-
Notifications
You must be signed in to change notification settings - Fork 263
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
Duplicate h1 in pages/index.mdx #21
Comments
I have the same problem. I'm really new to web development and I just want to use markfown for a blog I have to finish by next week lol. |
Ok so related issue: |
|
Ok same issue: |
The .mdx page templates set the page title and h1 with
title: About
. The template specifies# Your Name Here
, however, this causes a duplicate h1 and results in# Your Name Here
to not be rendered on the page and for the page title and h1 to be whatever is specified fortitle:
.https://demo.vercel.blog/ seems to function as intended, replacing the set
title: About
with# Your Name Here
, in the index.mdx page temple.Am I missing something or is this a function of creating a meta.json in the pages/ directory?
*Note When cloning this repo, the issue is not present.
The issue IS present when installing via
yarn create next-app --example blog my-blog
or
yarn add next nextra react react-dom
yarn add nextra-theme-blog
The text was updated successfully, but these errors were encountered: