We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fd666 + e124333 commit c6f9e9cCopy full SHA for c6f9e9c
src/pages/posts/[...slug].astro
@@ -1,6 +1,6 @@
1
---
2
import { Image } from 'astro:assets';
3
-import kofiButton from './src/assets/images/support_me_on_kofi.png'
+import kofiButton from '../../assets/images/support_me_on_kofi.png'
4
import path from 'node:path'
5
import { getCollection } from 'astro:content'
6
import License from '@components/misc/License.astro'
0 commit comments