Skip to content

Commit 9084f11

Browse files
chore: migrate wrangler config to expanded toml syntax
1 parent b548138 commit 9084f11

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

wrangler.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name = "unlazy"
22
compatibility_date = "2025-09-01"
3-
routes = [ { pattern = "unlazy.byjohann.dev", custom_domain = true } ]
3+
4+
[[routes]]
5+
pattern = "unlazy.byjohann.dev"
6+
custom_domain = true
47

58
[assets]
69
directory = "./docs/.vitepress/dist/"

0 commit comments

Comments
 (0)