Differences From
Artifact [74b801cbf1]:
62 62 {'icon.svg', 'image/svg+xml'};
63 63 {'padlock.svg', 'image/svg+xml'};
64 64 {'warn.svg', 'image/svg+xml'};
65 65 {'query.webp', 'image/webp'};
66 66 {'reply.webp', 'image/webp'};
67 67 {'file.webp', 'image/webp'};
68 68 {'follow.webp', 'image/webp'};
69 +
70 + {'litepub.jsonld', 'application/ld+json; charset=utf-8'};
69 71 -- keep in mind before you add anything to this list: these are not
70 72 -- just files parsav can access, they are files that are *kept in
71 73 -- memory* for fast access the entire time parsav is running, and
72 74 -- which need to be loaded into memory before the program can even
73 75 -- start. it's imperative to keep these as small and few in number
74 76 -- as is realistically possible.
75 77 };