Skip to content

Commit c6f9e9c

Browse files
authored
Merge pull request #6 from belfargamedev/kofi-image-hotfix
Image hotfix path
2 parents f1fd666 + e124333 commit c6f9e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/posts/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { Image } from 'astro:assets';
3-
import kofiButton from './src/assets/images/support_me_on_kofi.png'
3+
import kofiButton from '../../assets/images/support_me_on_kofi.png'
44
import path from 'node:path'
55
import { getCollection } from 'astro:content'
66
import License from '@components/misc/License.astro'

0 commit comments

Comments
 (0)