From f982f67005bbf111c9d2289800501648c37833af Mon Sep 17 00:00:00 2001 From: d4rkn3ssr3igns Date: Sun, 13 Oct 2024 02:53:29 +0000 Subject: [PATCH] chore: remove base const --- src/pages/blog/[slug].astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/blog/[slug].astro b/src/pages/blog/[slug].astro index 17f8b96..7b8e869 100644 --- a/src/pages/blog/[slug].astro +++ b/src/pages/blog/[slug].astro @@ -46,14 +46,13 @@ const { tagged } = post.data const { Content } = await post.render() -const base = import.meta.env.BASE_URL --- {image && (