mobile fixes, fix bug when linking to anchor on home, docs
This commit is contained in:
@ -45,3 +45,4 @@ export interface FullPageLayout {
|
||||
}
|
||||
|
||||
export type PageLayout = Pick<FullPageLayout, "beforeBody" | "left" | "right">
|
||||
export type SharedLayout = Pick<FullPageLayout, "head" | "header" | "footer">
|
||||
|
Reference in New Issue
Block a user