Skip to content

Commit

Permalink
Change to how assets are included according to https://developers.clo…
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ecbr0wn committed Aug 4, 2024
1 parent 6a9f4af commit e74630f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ compatibility_date = "2023-12-01"
rules = [
{ type = "Data", globs = ["assets/favicon.ico"], fallthrough = true }
]

kv_namespaces = [
{ binding = "id", id = "444fcce1202948d59b0d2a326933c413", preview_id = "79d9e5086960445abc089e9d753e0fb5" }
]
Expand All @@ -13,6 +12,9 @@ vars = [
]
send_metrics = false

[site]
bucket = "./public"

[build]
command = "cargo install worker-build && worker-build --release"

Expand Down

0 comments on commit e74630f

Please sign in to comment.