Skip to content

Commit

Permalink
chore: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Oct 27, 2023
1 parent 34a7cd1 commit 79c45d9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 34 deletions.
35 changes: 1 addition & 34 deletions build.washingtonpost.com/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,40 +86,7 @@ function App({ Component, pageProps }) {

return (
<>
<title>Hello, World</title>
<meta
property="og:image"
content="https://placehold.co/600x400/a31f34/8a8b8c?text=Open+Graph"
/>
<meta
property="twitter:image"
content="https://placehold.co/600x400/1da1f2/14171a?text=Twitter"
/>
<meta
property="facebook:image"
content="https://placehold.co/600x400/1877f2/white?text=Facebook"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="Unfurl test: Twitter link preview title"
/>
<meta
property="twitter:description"
content="Unfurl test: Twitter link preview description"
/>
<meta
property="description"
content="Unfurl test: Search engine description"
/>
<meta property="og:title" content="Unfurl test: Link preview title" />
<meta
property="og:description"
content="Unfurl test: Link preview description"
/>
<meta property="og:url" content="https://unfurl-testing.vercel.app" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="123456789" />

<ThemeProvider
attribute="class"
defaultTheme="system"
Expand Down
34 changes: 34 additions & 0 deletions build.washingtonpost.com/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,40 @@ export default class Document extends NextDocument {
return (
<Html lang="en" id="wpds">
<Head>
<title>Hello, World</title>
<meta
property="og:image"
content="https://placehold.co/600x400/a31f34/8a8b8c?text=Open+Graph"
/>
<meta
property="twitter:image"
content="https://placehold.co/600x400/1da1f2/14171a?text=Twitter"
/>
<meta
property="facebook:image"
content="https://placehold.co/600x400/1877f2/white?text=Facebook"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:title"
content="Unfurl test: Twitter link preview title"
/>
<meta
property="twitter:description"
content="Unfurl test: Twitter link preview description"
/>
<meta
property="description"
content="Unfurl test: Search engine description"
/>
<meta property="og:title" content="Unfurl test: Link preview title" />
<meta
property="og:description"
content="Unfurl test: Link preview description"
/>
<meta property="og:url" content="https://unfurl-testing.vercel.app" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="123456789" />
<Favicon />
<style
id="stitches"
Expand Down

0 comments on commit 79c45d9

Please sign in to comment.