From 74304dba4db297ab11988e5a281eda164ea3dff7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 25 Jan 2026 00:26:45 -0700 Subject: [PATCH] Added 404 --- astro.config.mjs | 1 - src/components/FuzzyText.vue | 275 +++++++++++++++++++++++++++++++ src/components/NavigationBar.vue | 4 +- src/layouts/Layout.astro | 2 +- src/pages/404.astro | 24 +++ 5 files changed, 302 insertions(+), 4 deletions(-) create mode 100644 src/components/FuzzyText.vue create mode 100644 src/pages/404.astro diff --git a/astro.config.mjs b/astro.config.mjs index 82a6984..d464ac9 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,6 @@ export default defineConfig({ "/feed": "/rss.xml", }, output: "server", - prefetch: true, build: { inlineStylesheets: "always", }, diff --git a/src/components/FuzzyText.vue b/src/components/FuzzyText.vue new file mode 100644 index 0000000..6637e4f --- /dev/null +++ b/src/components/FuzzyText.vue @@ -0,0 +1,275 @@ + + + diff --git a/src/components/NavigationBar.vue b/src/components/NavigationBar.vue index 63734f7..5c5128d 100644 --- a/src/components/NavigationBar.vue +++ b/src/components/NavigationBar.vue @@ -90,7 +90,7 @@ onUnmounted(() => { >