We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd32cd0 commit f5996d3Copy full SHA for f5996d3
jsx-ssr/src/pages/page.tsx
@@ -4,7 +4,6 @@ import type { Post } from '../index'
4
export const Page = (props: { post: Post }) => {
5
return (
6
<Layout title={props.post.title}>
7
- <title>{props.post.title}</title>
8
<main>
9
<h2>{props.post.title}</h2>
10
<p>{props.post.body}</p>
0 commit comments