linkie/wrangler.toml
2023-09-17 12:55:17 +10:00

13 lines
304 B
TOML

name = "linkie"
main = "src/index.js"
workers_dev = true # used for test.py
compatibility_date = "2023-09-14"
routes = [
{ pattern = "s.aly.pet", custom_domain = true }
]
kv_namespaces = [
{ binding = "KV", id = "7214e776a3da4ccd9f9fe5b6c3d3f781" }
]
[vars]
REDIR_URL = "https://aly-smith.carrd.co/"