Skip to content

Commit

Permalink
Merge pull request #84 from fermyon/fw2
Browse files Browse the repository at this point in the history
remove the favicon component which is breaking build
  • Loading branch information
flynnduism authored Nov 7, 2023
2 parents 81977b5 + e15a280 commit 04a8c02
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ dump.rdb
morsel_event/
session/ruby.wasm
session/ruby/
target/
target/
.parcel-cache/
Binary file removed favicon/favicon.wasm
Binary file not shown.
8 changes: 0 additions & 8 deletions spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ route = "/..."
workdir = "site"
command = "make"

[[component]]
source = "favicon/favicon.wasm"
id = "favicon"
files = [ { source = "site/assets/images", destination = "/" } ]
[component.trigger]
route = "/favicon.ico"
executor = { type = "wagi" }

# Redirect / to /index.html
[[component]]
id = "redirect-to-index"
Expand Down

0 comments on commit 04a8c02

Please sign in to comment.