Skip to content

Commit

Permalink
Move tags so they can be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 1, 2024
1 parent 7d77c9f commit 274eedf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export default function App({ Component, pageProps }: AppProps) {
<>
<Head>
<title>Nebula Labs</title>
<meta key="og:title" property="og:title" content="Nebula Labs" />
<meta
key="og:description"
property="og:description"
content="An initiative to build tools to make students' lives easier at UT Dallas."
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" href="/logoIcon.svg" type="image/svg+xml" />
Expand Down
6 changes: 0 additions & 6 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ export default function Document() {
/>
<meta name="theme-color" content="#573DFF" />

<meta key="og:title" property="og:title" content="Nebula Labs" />
<meta
key="og:description"
property="og:description"
content="An initiative to build tools to make students' lives easier at UT Dallas."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://utdnebula.com/opengraph.png" />
<meta property="og:image:type" content="image/png" />
Expand Down

0 comments on commit 274eedf

Please sign in to comment.