diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-11 15:11:42 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-10-11 15:11:42 -0300 |
commit | 428e14394209f55215168b9acbe680a982f9beb6 (patch) | |
tree | 4be39a6e9950950a149e51e6087c2e8e9d8a232e /src/content | |
parent | e842ce93e6405334b6ef475ec1db41e051cfd2b5 (diff) |
content: transformContent: add [[flash-act]] tag
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/transformContent.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/content/dependencies/transformContent.js b/src/content/dependencies/transformContent.js index 9a5ac456..3c2c3521 100644 --- a/src/content/dependencies/transformContent.js +++ b/src/content/dependencies/transformContent.js @@ -53,6 +53,10 @@ export const replacerSpec = { } }, }, + 'flash-act': { + find: 'flashAct', + link: 'flashAct', + }, group: { find: 'group', link: 'groupInfo', @@ -119,6 +123,7 @@ const linkThingRelationMap = { artist: 'linkArtist', artistGallery: 'linkArtistGallery', flash: 'linkFlash', + flashAct: 'linkFlashAct', groupInfo: 'linkGroup', groupGallery: 'linkGroupGallery', listing: 'linkListing', |