why the H1 tag isn't working on nextra blog
Unanswered
Giant Angora posted this in #help-forum
Giant AngoraOP
I'm creating my blog using [nextra blog](https://github.com/vercel/nextjs-portfolio-starter). According to the documentation, using an h1 tag in the index.mdx page should display my name on the site. However, this isn't working for me.
My blog should look like this site: https://demo.vercel.blog/, but instead, it looks like the photo I attached.
In this code, the
Someone explained this issue on GitHub here: https://github.com/vercel/nextjs-portfolio-starter/issues/44.
How can I solve this error?
My blog should look like this site: https://demo.vercel.blog/, but instead, it looks like the photo I attached.
In this code, the
h1
tag isn't working and it just displays the title
:---
type: page
title: About
date: 2022-07-28
---
# Severus
Someone explained this issue on GitHub here: https://github.com/vercel/nextjs-portfolio-starter/issues/44.
How can I solve this error?
1 Reply
Giant AngoraOP
hey @B33fb0n3 can you help me with that, I know it's not appropriate to tag someone but I want to solve this error, it's been over 2 weeks!