website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
02990c1
— pyrossh
2026-07-08T20:29:31+05:30
fix: lower compatibility date for local wrangler
- wrangler.jsonc +1 -1
wrangler.jsonc
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
3
3
|
"name": "pyrossh-website",
|
|
4
4
|
"main": "src/index.ts",
|
|
5
|
-
"compatibility_date": "2026-
|
|
5
|
+
"compatibility_date": "2026-05-28",
|
|
6
6
|
"compatibility_flags": ["nodejs_compat"],
|
|
7
7
|
"assets": { "directory": "assets" },
|
|
8
8
|
"vars": {
|