fix: disable withtop until we find a fix

maybe it's js :(
This commit is contained in:
eggy
2023-05-23 16:54:36 -04:00
parent 87cf20ed48
commit 9e30863015
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")