From 51fdecd9cfb3128554729195a4ee9599c6f3ca8c Mon Sep 17 00:00:00 2001 From: afoim Date: Thu, 5 Jun 2025 00:11:22 +0800 Subject: [PATCH] add: Donate URL & wrangler.jsonc --- src/components/Footer.astro | 3 +++ wrangler.jsonc | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 wrangler.jsonc diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d679a086f..f03284df1 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -16,5 +16,8 @@ const currentYear = new Date().getFullYear(); Powered by Astro & Fuwari +
+ Was this helpful? + Donate now! \ No newline at end of file diff --git a/wrangler.jsonc b/wrangler.jsonc new file mode 100644 index 000000000..433835ac0 --- /dev/null +++ b/wrangler.jsonc @@ -0,0 +1,8 @@ +{ + "name": "blog", + "compatibility_date": "2025-06-04", + "assets": { + "directory": "./dist" + } + } + \ No newline at end of file