mirror of
https://github.com/blueskychan-dev/blueskychan.dev.git
synced 2025-07-08 07:41:05 +00:00
remove console.log at /posts[slug].jsx line 31
This commit is contained in:
parent
83d5a04c51
commit
faffe2bbb7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export async function getStaticProps({ params: { slug } }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function PostPage({ frontmatter, content }) {
|
export default function PostPage({ frontmatter, content }) {
|
||||||
console.log(frontmatter.tags)
|
|
||||||
const postTags = frontmatter.tags.map((tag) => (
|
const postTags = frontmatter.tags.map((tag) => (
|
||||||
<div
|
<div
|
||||||
className="inline-block border-2 rounded-md p-1 w-fit h-fit font-bold text-lg mr-1"
|
className="inline-block border-2 rounded-md p-1 w-fit h-fit font-bold text-lg mr-1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue