Skip to content

Commit

Permalink
Merge pull request #236 from maretol/change-compatibility-date
Browse files Browse the repository at this point in the history
update to 2024-11-11
  • Loading branch information
maretol authored Jan 3, 2025
2 parents 5d0036b + 91623d1 commit bb83a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms-data-fetcher/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#:schema node_modules/wrangler/config-schema.json
name = "cms-data-fetcher"
main = "src/index.ts"
compatibility_date = "2024-08-21"
compatibility_date = "2024-11-11"
compatibility_flags = ["nodejs_compat"]
routes = [
{ pattern = "api.maretol.xyz", custom_domain = true },
Expand Down
2 changes: 1 addition & 1 deletion ogp-data-fetcher/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#:schema node_modules/wrangler/config-schema.json
name = "ogp-data-fetcher"
main = "src/index.ts"
compatibility_date = "2024-08-21"
compatibility_date = "2024-11-11"
compatibility_flags = ["nodejs_compat"]
routes = [
# { pattern = "api.maretol.xyz", custom_domain = true }, # ドメインはCMSの方優先でやる
Expand Down
2 changes: 1 addition & 1 deletion pages/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "maretol-base-v2"
pages_build_output_dir = ".vercel/output/static"
compatibility_date = "2024-09-02"
compatibility_date = "2024-11-1"
compatibility_flags = [ "nodejs_compat" ]

[vars]
Expand Down

0 comments on commit bb83a91

Please sign in to comment.