feat: switch back to totop default

This commit is contained in:
2022-08-12 21:07:01 -04:00
parent 1e98ce27a9
commit b5184838cf
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")