看板宠物

This commit is contained in:
tangly1024
2022-03-18 11:30:25 +08:00
parent b1764d343a
commit 9d9d40f50d
13 changed files with 60 additions and 40 deletions

View File

@@ -34,6 +34,7 @@ const MyApp = ({ Component, pageProps }) => {
{/* FontawesomeCDN */}
<link href={BLOG.FONT_AWESOME_PATH} rel="stylesheet" referrerPolicy="no-referrer" />
<Component {...pageProps} />
</GlobalContextProvider>
)
}