1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-28 02:15:47 -04:00

nicer base URL logic

This commit is contained in:
2022-01-31 13:36:48 -05:00
parent 7a3ea4924c
commit 7933c9ba02
5 changed files with 175 additions and 134 deletions

View File

@@ -142,10 +142,6 @@ const App = ({ Component, pageProps }: AppProps) => {
name: "author",
content: config.authorName,
},
{
name: "monetization",
content: config.monetization,
},
{
name: "google-site-verification",
content: config.verifyGoogle,