Add src/favicon.ico

This commit is contained in:
0x1eef 2024-03-10 08:54:42 -03:00
parent b8642cb3f0
commit e2702ded25
3 changed files with 5 additions and 1 deletions

View file

@ -20,4 +20,4 @@ task :server, [:host, :port] do |_t, args|
rescue Interrupt rescue Interrupt
s.stop s.stop
end end
task default: "build" task default: "nanoc:build"

View file

@ -28,6 +28,10 @@ compile "/images/opengraph/*.png" do
write(item.identifier.to_s) write(item.identifier.to_s)
end end
compile "/favicon.ico" do
write(item.identifier.to_s)
end
## ##
# JSON # JSON
passthrough "/durations/*/*.json" passthrough "/durations/*/*.json"

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB