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.
1 parent 54c9359 commit 012e316Copy full SHA for 012e316
src/assets/images/support_me_on_kofi.svg
src/pages/posts/[...slug].astro
@@ -1,6 +1,6 @@
1
---
2
import { Image } from 'astro:assets';
3
-import kofiButton from '../../assets/images/support_me_on_kofi.png'
+import kofiButton from '../../assets/images/support_me_on_kofi.svg'
4
import path from "node:path";
5
import License from "@components/misc/License.astro";
6
import Markdown from "@components/misc/Markdown.astro";
@@ -112,7 +112,7 @@ const jsonLd = {
112
113
<center>
114
<a href="https://ko-fi.com/belfardev" target="_blank">
115
- <Image src={kofiButton} width="300px" alt="Support me on Ko-fi!" />
+ <Image src={kofiButton} width="450px" alt="Support me on Ko-fi!" />
116
</a>
117
</center>
118
</div>
0 commit comments