diff --git a/theme.config.tsx b/theme.config.tsx index 6d2f050..f3a4484 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -1,6 +1,16 @@ import { useRouter } from "next/router"; export default { + head: ( + <> + + + + + ), editLink: { component: null, },