Update src/pages/blog/[...slug].tsx
This commit is contained in:
parent
d25146db8f
commit
2f8136bac1
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
import RenderWithoutJS from "@/components/RenderWithoutJS";
|
import RenderWithoutJS from "@/components/RenderWithoutJS";
|
||||||
import Sidebar from "@/components/Sidebar";
|
import Sidebar from "@/components/Sidebar";
|
||||||
import index from "@/styles/Index.module.sass"
|
import index from "@/styles/Index.module.sass"
|
||||||
import Lanyard from "@/components/Lanyard"
|
|
||||||
import { remark } from "remark"
|
import { remark } from "remark"
|
||||||
import remarkFrontmatter from "remark-frontmatter"
|
import remarkFrontmatter from "remark-frontmatter"
|
||||||
import { read } from "to-vfile"
|
import { read } from "to-vfile"
|
||||||
|
@ -42,7 +41,6 @@ const Post = (props: { post: string, slug: string, matter: any }) => {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</section>
|
</section>
|
||||||
<Lanyard />
|
|
||||||
</main>
|
</main>
|
||||||
</RenderWithoutJS>
|
</RenderWithoutJS>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue