diff --git a/image_namer.mjs b/image_namer.mjs
index 7c22067..dc8aad8 100644
--- a/image_namer.mjs
+++ b/image_namer.mjs
@@ -7,6 +7,10 @@ export default new Namer({
let filePath = bundle.getMainEntry().filePath;
return `images/${path.basename(filePath)}`;
}
+ if (bundle.type === 'woff2') {
+ let filePath = bundle.getMainEntry().filePath;
+ return `fonts/${path.basename(filePath)}`;
+ }
// Allow the next namer to handle this bundle.
return null;
diff --git a/index.html b/index.html
index 554c3ef..3673c6a 100644
--- a/index.html
+++ b/index.html
@@ -28,7 +28,7 @@
content="Your dose of Comp-Sci journalism. Compute is a publication run out of Lake Braddock high school which writes articles about all things Computer Science from AI, to video games, to programming tips. It's all on Compute."
property=twitter:description>
-
+
@@ -174,7 +174,7 @@
-
+