fix: remove totop arrow

it's causing too many bugs because why wouldn't it
This commit is contained in:
2022-08-10 21:21:27 -04:00
parent cc3e33cd2c
commit 0473de4873
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
import type { BlogParsedContent } from "@/shared/types";
useTitle("Blog", "Ramblings and ideas");
definePageMeta({ layout: "withtop" });
//definePageMeta({ layout: "withtop" });
// TODO: paginate stories
const docs = await queryContent<BlogParsedContent>("/blog")