fix: remove totop arrow
it's causing too many bugs because why wouldn't it
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { StoryParsedContent } from "@/shared/types";
|
||||
|
||||
useTitle("Stories", "Fantasies and worlds");
|
||||
definePageMeta({ layout: "withtop" });
|
||||
//definePageMeta({ layout: "withtop" });
|
||||
|
||||
// TODO: paginate stories
|
||||
const docs = await queryContent<StoryParsedContent>("/stories")
|
||||
|
Reference in New Issue
Block a user