Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
L480 committed Jul 23, 2024
1 parent 02be54e commit 9c432b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name = "url-shortener"
main = "src/index.ts"
compatibility_date = "2024-06-03"

// routes = [
// { pattern = "INSERT_CUSTOM_DOMAIN", custom_domain = true }
// ]
# routes = [
# { pattern = "INSERT_CUSTOM_DOMAIN", custom_domain = true }
# ]

// kv_namespaces = [
// { binding = "kv", id = "INSERT_KV_ID" }
// ]
# kv_namespaces = [
# { binding = "kv", id = "INSERT_KV_ID" }
# ]

0 comments on commit 9c432b4

Please sign in to comment.