Skip to content

Commit ef36f5d

Browse files
authored
Fix domain pattern in wrangler.jsonc (#100)
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent 24e7c77 commit ef36f5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"routes": [
1111
{
12-
"pattern": "shenanigansd.dog",
12+
"pattern": "shenanigans.dog",
1313
"custom_domain": true
1414
}
1515
],

0 commit comments

Comments
 (0)