diff --git a/pages/_app.tsx b/pages/_app.tsx index 092f023..35ac90b 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -14,12 +14,16 @@ import { faTimes, } from "@fortawesome/free-solid-svg-icons"; import clsx from "clsx"; +import Head from "next/head"; function MyApp({ Component, pageProps }) { const apolloClient = useApollo(pageProps); const [focusOpenSidebar, setFocusOpenSidebar] = useState(false); return ( + + Ivan‘s Blog +
= ({ article }) => { return (
+ + {article.title} - Ivan‘s Blog - IvanLi.cc +

{article.title}