Skip to content

Commit 350b079

Browse files
authored
カスタムドメインを設定 (#106)
* rename * tmp * update psql version * install lefthook * set custom domain
1 parent a9d22e6 commit 350b079

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wrangler.jsonc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313
},
1414
"observability": {
1515
"enabled": true
16-
}
16+
},
17+
"routes": [
18+
{
19+
"pattern": "mahjong.utcode.net",
20+
"custom_domain": true
21+
}
22+
]
1723
/**
1824
* Smart Placement
1925
* Docs: https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement

0 commit comments

Comments
 (0)