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 1c512db commit 52058b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "dev-id"
main = "build/worker/shim.mjs"
compatibility_date = "2023-12-01"
rules = [
{ type = "Data", globs = ["public/favicon.ico"], fallthrough = true }
{ type = "Data", globs = ["./public/favicon.ico"], fallthrough = true }
]
kv_namespaces = [
{ binding = "id", id = "444fcce1202948d59b0d2a326933c413", preview_id = "79d9e5086960445abc089e9d753e0fb5" }
Expand Down

0 comments on commit 52058b9

Please sign in to comment.