diff --git a/app/page.tsx b/app/page.tsx index 745df65..956318a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,113 +1,33 @@ -import Image from 'next/image' +import Image from "next/image"; -export default function Home() { +export default function Page() { return ( -
-
-

- Get started by editing  - app/page.tsx +

+

twitter-og

+
+

+ Twitter shut down public access to the platform on June 30th, 2023, + along with open graph data. This made me very sad because I share a + lot of links to Twitter, and now they all look like this:

-
- - By{' '} - Vercel Logo - -
-
- -
Next.js Logo +

+ Thankfully there's still a secret embed API that's still running, and + you can use it to reconstruct the open graph data, so the tweets you + share can look like this again: +

+ Screenshot of a link in iMessage with the caption 'I will be frontlining Glastonbury' and with a picture of a bear jumping in shallow water -
- -
- -

- Docs{' '} - - -> - -

-

- Find in-depth information about Next.js features and API. -

-
- - -

- Learn{' '} - - -> - -

-

- Learn about Next.js in an interactive course with quizzes! -

-
- - -

- Templates{' '} - - -> - -

-

- Explore the Next.js 13 playground. -

-
- - -

- Deploy{' '} - - -> - -

-

- Instantly deploy your Next.js site to a shareable URL with Vercel. -

-
- ) + ); } diff --git a/public/broken-og.png b/public/broken-og.png new file mode 100644 index 0000000..1624042 Binary files /dev/null and b/public/broken-og.png differ diff --git a/public/working-og.png b/public/working-og.png new file mode 100644 index 0000000..545a61a Binary files /dev/null and b/public/working-og.png differ