Differences From
Artifact [a1f76576fd]:
51 51 -- TODO with gzip compression, svg is dramatically superior to webp
52 52 -- we should add support for content-encoding headers and pre-compress
53 53 -- the damn things before compiling (also making the binary smaller)
54 54 {'style.css', 'text/css'};
55 55 {'live.js', 'text/javascript'}; -- rrrrrrrr
56 56 {'default-avatar.webp', 'image/webp'}; -- needs inkscape-exclusive svg features
57 57 {'bell.svg', 'image/svg+xml'};
58 + {'gear.svg', 'image/svg+xml'};
58 59 {'heart.webp', 'image/webp'};
59 60 {'retweet.webp', 'image/webp'};
60 61 {'padlock.svg', 'image/svg+xml'};
61 62 {'warn.svg', 'image/svg+xml'};
62 63 {'query.webp', 'image/webp'};
63 64 {'reply.webp', 'image/webp'};
64 65 {'file.webp', 'image/webp'};