Skip to content

Commit 3438cb4

Browse files
committed
fix: improve .assetsignore and routes config
1 parent 520440a commit 3438cb4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

website/.assetsignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
_worker.js
22
wrangler.toml
33
node_modules
4+
package.json
5+
package-lock.json
6+
.wrangler
7+
.assetsignore

website/wrangler.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name = "openboot"
22
main = "_worker.js"
33
compatibility_date = "2024-01-01"
4-
routes = [{ pattern = "openboot.dev", custom_domain = true }]
4+
5+
[[routes]]
6+
pattern = "openboot.dev"
7+
custom_domain = true
58

69
[assets]
710
directory = "."

0 commit comments

Comments
 (0)