mobile fixes, fix bug when linking to anchor on home, docs

This commit is contained in:
Jacky Zhao
2023-08-06 17:09:29 -07:00
parent d38837c15d
commit a58458a99e
14 changed files with 134 additions and 24 deletions

View File

@ -1,8 +1,8 @@
import { PageLayout } from "./quartz/cfg"
import { PageLayout, SharedLayout } from "./quartz/cfg"
import * as Component from "./quartz/components"
// components shared across all pages
export const sharedPageComponents = {
export const sharedPageComponents: SharedLayout = {
head: Component.Head(),
header: [],
footer: Component.Footer({