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