« get me outta code hell

content: remove explicit {content,extra}Dependencies - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateNewsEntryReadAnotherLinks.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-10-07 12:18:43 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-10-07 12:18:43 -0300
commit05e835e6cdaee2581dca45f4ba618ff278b9a280 (patch)
treefc09fa13366812f6cf63820174d5b132c72556a9 /src/content/dependencies/generateNewsEntryReadAnotherLinks.js
parent7cc9ad78a134e6a778ec4ad7ac71790494377342 (diff)
content: remove explicit {content,extra}Dependencies
Diffstat (limited to 'src/content/dependencies/generateNewsEntryReadAnotherLinks.js')
-rw-r--r--src/content/dependencies/generateNewsEntryReadAnotherLinks.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/content/dependencies/generateNewsEntryReadAnotherLinks.js b/src/content/dependencies/generateNewsEntryReadAnotherLinks.js
index d978b0e4..a985742b 100644
--- a/src/content/dependencies/generateNewsEntryReadAnotherLinks.js
+++ b/src/content/dependencies/generateNewsEntryReadAnotherLinks.js
@@ -1,12 +1,4 @@
 export default {
-  contentDependencies: [
-    'generateAbsoluteDatetimestamp',
-    'generateRelativeDatetimestamp',
-    'linkNewsEntry',
-  ],
-
-  extraDependencies: ['html', 'language'],
-
   relations(relation, currentEntry, previousEntry, nextEntry) {
     const relations = {};