From a503df74a95c740d761ab2b52015fa1192176513 Mon Sep 17 00:00:00 2001 From: Elliot Braem Date: Tue, 7 Jan 2025 23:20:04 -0500 Subject: [PATCH] add og image --- public/og-image.svg | 34 ++++++++++++++++++++++++++++++++++ src/pages/_app.js | 6 ++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 public/og-image.svg diff --git a/public/og-image.svg b/public/og-image.svg new file mode 100644 index 0000000..5c334dd --- /dev/null +++ b/public/og-image.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + crosspost + + + + + your content, everywhere + + + + + + + + + + + + + + N + + diff --git a/src/pages/_app.js b/src/pages/_app.js index 5323e15..1b2ac8f 100644 --- a/src/pages/_app.js +++ b/src/pages/_app.js @@ -30,14 +30,16 @@ export default function App({ Component, pageProps }) { - + + + {/* Twitter */} - + {/* Favicon */}