whoops... yet again

This commit is contained in:
Red Duck 2022-04-11 22:36:59 +03:00
parent eb0827c597
commit 870a409353
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default function MyApp({ Component, pageProps }) {
{/* Make an embed for Discord using the meta tag so people can see a nice colorful embed message instead of just a link */}
<meta name="theme-color" content="#913ffc"/>
<meta name="og:description" content="TheRed.SH is a website of, for, and by TheRed! I'm a full-stack developer, specializing in web and app development. Further info about me goes here!"/>
<meta name="og:image" content="https://thered.sh/images/avatar.png"/>
<meta name="og:image" content="https://thered.sh/mario.png"/>
<meta name="og:title" content="TheRed.SH"/>
<Component {...pageProps} />
{/* <BottomBar /> */}