From e751a4e5d3933b5001dc4ae72328281f3376caf2 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 23 Aug 2025 20:41:47 +0200 Subject: [PATCH] fix: remove renamed component --- src/pages/404.astro | 4 ++-- src/pages/a.astro | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/404.astro b/src/pages/404.astro index 1a906a5..9e9c2dd 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -2,13 +2,13 @@ import App from '../layouts/App.astro' import Library from '../components/Library.astro' import Footer from '../components/Footer.astro' -import SimpleAddressBar from '../components/SimpleAddressBar.astro' +import AddressBar from '../components/AddressBar.astro' export const prerender = false --- - +

404: Not Found

diff --git a/src/pages/a.astro b/src/pages/a.astro index 2d3213e..6147d7d 100644 --- a/src/pages/a.astro +++ b/src/pages/a.astro @@ -2,7 +2,7 @@ /** * NOTE: this page is a fix for old cached articles w/ cozified links going to an `a` route */ -import SimpleAddressBar from '../components/SimpleAddressBar.astro' +import AddressBar from '../components/AddressBar.astro' import App from '../layouts/App.astro' import Library from '../components/Library.astro' import Footer from '../components/Footer.astro' @@ -13,7 +13,7 @@ return Astro.redirect(`/?url=${url}`) --- - +
Go to the correct Page