Skip to content

Commit 43fbd33

Browse files
committed
fix Pages compatibility date
1 parent bec72b1 commit 43fbd33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/docs/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "nexu-design",
4-
"compatibility_date": "2026-04-29",
4+
"compatibility_date": "2025-04-01",
55
"pages_build_output_dir": "./out"
66
}

apps/storybook/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "../../node_modules/wrangler/config-schema.json",
33
"name": "nexu-design",
4-
"compatibility_date": "2026-04-29",
4+
"compatibility_date": "2025-04-01",
55
"pages_build_output_dir": "./storybook-static"
66
}

wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/wrangler/config-schema.json",
33
"name": "nexu-design",
4-
"compatibility_date": "2026-04-29",
4+
"compatibility_date": "2025-04-01",
55
"pages_build_output_dir": "./out"
66
}

0 commit comments

Comments
 (0)