mirror of
https://github.com/afoim/fuwari.git
synced 2026-01-31 09:03:18 +08:00
add: Donate URL & wrangler.jsonc
This commit is contained in:
@@ -16,5 +16,8 @@ const currentYear = new Date().getFullYear();
|
||||
Powered by
|
||||
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href="https://astro.build">Astro</a> &
|
||||
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href="https://github.com/saicaca/fuwari">Fuwari</a>
|
||||
<br>
|
||||
Was this helpful?
|
||||
<a class="transition link text-[var(--primary)] font-medium" target="_blank" href=https://donate.afo.im>Donate now!</a>
|
||||
</div>
|
||||
</div>
|
||||
8
wrangler.jsonc
Normal file
8
wrangler.jsonc
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "blog",
|
||||
"compatibility_date": "2025-06-04",
|
||||
"assets": {
|
||||
"directory": "./dist"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user