Skip to content

Commit cdb2cd9

Browse files
committed
fix: camptibility dates and flags can be updated on the dashboard
1 parent c9af316 commit cdb2cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/configuration/compatibility-dates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compatibility_date = "2022-04-05"
3434

3535
When a Worker is created through the Cloudflare Dashboard, the compatibility date is automatically set to the current date.
3636

37-
The compatibility date cannot be updated on the Cloudflare Dashboard at this time.
37+
The compatibility date can be updated in the Workers settings on the [Cloudflare dashboard](https://dash.cloudflare.com/).
3838

3939
#### Via the Cloudflare API
4040

src/content/docs/workers/configuration/compatibility-flags.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compatibility_flags = [ "formdata_parser_supports_files" ]
3131

3232
#### Via the Cloudflare Dashboard
3333

34-
Compatibility flags cannot be set or updated on the Cloudflare Dashboard at this time.
34+
The compatibility flags can be updated in the Workers settings on the [Cloudflare dashboard](https://dash.cloudflare.com/).
3535

3636
#### Via the Cloudflare API
3737

0 commit comments

Comments
 (0)