« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/content/dependencies/generateFlashInfoPage.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js
index 39590832..9f18f19a 100644
--- a/src/content/dependencies/generateFlashInfoPage.js
+++ b/src/content/dependencies/generateFlashInfoPage.js
@@ -20,7 +20,10 @@ export default {
     query.urls = [];
 
     if (flash.page) {
-      query.urls.push(`https://homestuck.com/story/${flash.page}`);
+      query.urls.push({
+        url: `https://homestuck.com/story/${flash.page}`,
+        annotation: null,
+      });
     }
 
     if (!empty(flash.urls)) {