Skip to content

Commit 9ebdd06

Browse files
authored
Merge pull request #1291 from maxmind/greg/eng-1664
Add wrangler.toml
2 parents cfefc31 + c10da42 commit 9ebdd06

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

wrangler.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "dev-site"
2+
pages_build_output_dir = "public"
3+
compatibility_date = "2025-04-02"
4+
5+
[vars]
6+
HUGO_VERSION = "0.145.0"
7+
8+
[env.production.vars]
9+
CF_PAGES_URL = "https://dev.maxmind.com/"
10+
HUGO_VERSION = "0.145.0"

0 commit comments

Comments
 (0)