From e124333ccee7cbf5e93948b4b497caedd11acd33 Mon Sep 17 00:00:00 2001 From: "Eduardo \"mrtheduts\" Souza" Date: Mon, 12 May 2025 15:18:22 -0300 Subject: [PATCH] Image hotfix path --- src/pages/posts/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 9fc0410703..86191983bc 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -1,6 +1,6 @@ --- import { Image } from 'astro:assets'; -import kofiButton from './src/assets/images/support_me_on_kofi.png' +import kofiButton from '../../assets/images/support_me_on_kofi.png' import path from 'node:path' import { getCollection } from 'astro:content' import License from '@components/misc/License.astro'