Skip to content

Commit b4f9ffe

Browse files
authored
Merge pull request #15 from codust-dev/cloudfront
toml added
2 parents 9af7a3a + 0364c7e commit b4f9ffe

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

wrangler.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "codust-dev-website"
2+
main = "src/index.ts"
3+
compatibility_date = "2024-01-01"
4+
account_id = "8ceb2100fa1ed04117c9e5d43b5f5743"
5+
6+
[site]
7+
bucket = ".next"
8+
9+
[env.production]
10+
name = "codust-dev-website"
11+
route = "codust.dev/*"
12+
zone_id = "your-zone-id"
13+
14+
[env.preview]
15+
name = "codust-dev-website-preview"
16+
route = "preview.codust.dev/*"
17+
zone_id = "your-zone-id"

0 commit comments

Comments
 (0)