Skip to content

Commit e124333

Browse files
committed
Image hotfix path
1 parent f1fd666 commit e124333

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)