Skip to content

Commit

Permalink
Use relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
clvlach committed Jun 29, 2020
1 parent 33a9a45 commit ad65b90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ export default function Index(): JSX.Element {
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="theme-color" content="#F4C823" />
<meta property="og:url" content="https://sidewalk-obstruction-bingo.oregonwalks.org" />
<meta property="og:url" content="/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sidewalk Obstruction Bingo" />
<meta property="og:description" content="Go for a walk. When you see a sidewalk obstruction, tap it on the board. Choose whether or not to report the location of obstructions you find." />
<meta property="og:image" content="https://sidewalk-obstruction-bingo.oregonwalks.org/facebook_link.png" />
<meta property="og:image" content="/facebook_link.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@OregonWalks" />
<meta name="twitter:title" content="Sidewalk Obstruction Bingo" />
<meta name="twitter:description" content="Go for a walk. When you see a sidewalk obstruction, tap it on the board. Choose whether or not to report the location of obstructions you find." />
<meta name="twitter:image" content="https://sidewalk-obstruction-bingo.oregonwalks.org/twitter_link.png" />
<meta name="twitter:image" content="/twitter_link.png" />
</Head>

<div className={styles.banner}>
Expand Down

0 comments on commit ad65b90

Please sign in to comment.