diff --git a/backend/src/layouts/Layout.astro b/backend/src/layouts/Layout.astro
index aa10bd2..35a9fea 100644
--- a/backend/src/layouts/Layout.astro
+++ b/backend/src/layouts/Layout.astro
@@ -15,6 +15,7 @@ const containerClass = width === 'wide' ? 'container container--wide' : width ==
{title}
+
diff --git a/backend/vercel.json b/backend/vercel.json
index 58f156f..2b3eb7f 100644
--- a/backend/vercel.json
+++ b/backend/vercel.json
@@ -1,6 +1,22 @@
{
"crons": [
- { "path": "/api/cron/abuse-check", "schedule": "0 12 * * *" },
- { "path": "/api/cron/health-check", "schedule": "0 6 * * *" }
+ {
+ "path": "/api/cron/abuse-check",
+ "schedule": "0 12 * * *"
+ },
+ {
+ "path": "/api/cron/health-check",
+ "schedule": "0 6 * * *"
+ }
+ ],
+ "rewrites": [
+ {
+ "source": "/count.js",
+ "destination": "https://gc.zgo.at/count.js"
+ },
+ {
+ "source": "/goat",
+ "destination": "https://nvmfyi.goatcounter.com/count"
+ }
]
}