bug: write "/favicon.svg"

This commit is contained in:
0x1eef 2023-12-14 22:11:12 -03:00
parent 5d90d9f64f
commit af016d24a8

View file

@ -20,7 +20,7 @@ compile "/images/*.svg" do
write("#{item.identifier}.gz") write("#{item.identifier}.gz")
end end
compile "/favicon.png" do compile "/favicon.svg" do
write(item.identifier.to_s) write(item.identifier.to_s)
end end