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'