Skip to content

Commit

Permalink
* fix(wrangler.toml): modify route pattern for sandbox.html to includ…
Browse files Browse the repository at this point in the history
…e all subroutes
  • Loading branch information
preschian committed Jun 14, 2024
1 parent 42966db commit f5bd4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ogi-route/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ account_id = "b3f9fdfd827152316d080a5ddee59915"
name = "ogi-route-beta"
routes = [
"*.koda.art/",
"*.koda.art/sandbox.html",
"*.koda.art/sandbox.html*",
"*.koda.art/blog/*",
"*.koda.art/ahp/gallery/*",
"*.koda.art/ahp/detail/*",
Expand All @@ -30,7 +30,7 @@ routes = [
name = "ogi-route"
routes = [
"koda.art/",
"koda.art/sandbox.html",
"koda.art/sandbox.html*",
"koda.art/blog/*",
"koda.art/ahp/gallery/*",
"koda.art/ahp/detail/*",
Expand Down

0 comments on commit f5bd4fa

Please sign in to comment.