Skip to content

Commit

Permalink
Merge pull request #237 from maretol/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
maretol authored Jan 4, 2025
2 parents b49e81e + 79ecff6 commit 2db5cf4
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-11"
compatibility_flags = [ "nodejs_compat" ]

[vars]
Expand Down

0 comments on commit 2db5cf4

Please sign in to comment.