website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
3a9fe30
— pyrossh
2026-07-07T11:42:12+05:30
fix: add catch-all route to not-found worker wrangler.jsonc
packages/workers/not-found/wrangler.jsonc
CHANGED
|
@@ -4,4 +4,5 @@
|
|
|
4
4
|
"compatibility_date": "2026-07-07",
|
|
5
5
|
"compatibility_flags": ["nodejs_compat"],
|
|
6
6
|
"workers_dev": false,
|
|
7
|
+
"routes": [{ "pattern": "pyrossh.dev/*", "custom_domain": true }],
|
|
7
8
|
}
|