fix: remove div tag with debug
This commit is contained in:
parent
cbe8ad7f7b
commit
da6b1d4ab1
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ function activeLink(pathname: string) {
|
||||||
pageNav={true}
|
pageNav={true}
|
||||||
pageOperate={true}
|
pageOperate={true}
|
||||||
>
|
>
|
||||||
<div>posts:{posts}</div>
|
|
||||||
<div>path:{path}</div>
|
|
||||||
<div class="flex flex-col gap-2 sm:flex-row sm:gap-4 flex-wrap mb-8">
|
<div class="flex flex-col gap-2 sm:flex-row sm:gap-4 flex-wrap mb-8">
|
||||||
{
|
{
|
||||||
siteConfig.page.blogLinks.map((nav) => (
|
siteConfig.page.blogLinks.map((nav) => (
|
||||||
|
|
Loading…
Reference in a new issue