Skip to content

Commit e506600

Browse files
authored
Merge branch 'v1' into fix/dropdown-label-vertical-center
2 parents c1832f0 + 423131b commit e506600

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/beta_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
# Trigger the workflow every time you push to the `main` branch
55
# Using a different branch name? Replace `main` with your branch’s name
66
push:
7-
branches: ["2.0"]
7+
branches: ["v1"]
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

wrangler.jsonc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,28 @@
1010
{
1111
"pattern": "p5js.org",
1212
"custom_domain": true
13+
},
14+
{
15+
"pattern": "beta.p5js.org",
16+
"custom_domain": true
1317
}
1418
],
1519
"compatibility_flags": [
1620
"global_fetch_strictly_public",
1721
"nodejs_compat"
1822
],
1923
"assets": {
20-
"directory": "dist"
24+
"directory": "dist",
25+
"not_found_handling": "404-page"
2126
},
2227
"env": {
2328
"beta": {
2429
"routes": [
2530
{
26-
"pattern": "beta.p5js.org",
31+
"pattern": "v1.p5js.org",
2732
"custom_domain": true
2833
}
2934
]
3035
}
3136
}
32-
}
37+
}

0 commit comments

Comments
 (0)