diff --git a/src/app/favicon.ico b/src/app/favicon.ico deleted file mode 100644 index 7b06558..0000000 Binary files a/src/app/favicon.ico and /dev/null differ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80dfac8..ba9f243 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,8 @@ import "./globals.css"; import 'katex/dist/katex.min.css'; export const metadata: Metadata = { - title: "\\wych.dev", - description: "In the wych elm's shadow, veritas whispers brew.", + title: "collected sayings of an insane sane person", + description: "", keywords: [ "wych.dev", "wych", @@ -27,16 +27,8 @@ export const metadata: Metadata = { type: "website", locale: "en_US", url: "https://wych.dev", - title: "\\wych.dev", - description: "In the wych elm's shadow, veritas whispers brew.", - images: [ - { - url: "https://wych.dev/og-image.png", - width: 1529, - height: 884, - alt: "\\wych.dev", - }, - ], + title: "collected sayings of an insane sane person", + description: "", }, }; diff --git a/src/app/page.tsx b/src/app/page.tsx index b6ebaa7..1725721 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,10 @@ export default async function Home() { I'm a dropout, autodidactic polymath, and this is my digital notebook. Everything here is written by me, and everything here is my own opinion, philosophical beliefs, or just random thoughts that have no real-world application. They are not intended to be taken at face value, as they are nothing but a medium for me to personally reflect on my own thoughts as a therapeutic exercise, or just for fun.

- Based in the Silicon Valley (San Francisco Bay Area), United States. Originally from Mölndal/Gothenburg, Sweden. + Based in Silicon Valley (San Francisco Bay Area), United States. Originally from Mölndal/Gothenburg, Sweden. +

+

+ This entire website is open source. You can find the source code here: github.com/almqv/wych.dev.