We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846c898 + 6d0ad91 commit f43920fCopy full SHA for f43920f
1 file changed
apps/polycentric/server.js
@@ -22,6 +22,7 @@ const MIME_TYPES = {
22
'.woff2': 'font/woff2',
23
'.ttf': 'font/ttf',
24
'.map': 'application/json',
25
+ '.wasm': 'application/wasm',
26
};
27
28
function serveStatic(req, res, next) {
0 commit comments