Add favicon package and favicon
This commit is contained in:
@@ -25,9 +25,10 @@ class PostDefault extends Component {
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<main className="container mx-auto p-4 sm:p-10">
|
||||
<h1>Specific Post - {data.wordpressPost.title}</h1>
|
||||
<main className="container mx-auto p-4 max-w-lg sm:p-10">
|
||||
<h1>{data.wordpressPost.title}</h1>
|
||||
<div
|
||||
className="leading-normal blog-post"
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: data.wordpressPost.content,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user