diff --git a/src/config/tags.ts b/src/config/tags.ts index dfc2897..2065e88 100644 --- a/src/config/tags.ts +++ b/src/config/tags.ts @@ -34,6 +34,11 @@ export const namespaceCategories: Map = new Map([ ['series', 'content-fanmade'], ['spoiler', 'spoiler'], ['video', 'content-fanmade'], + ...(__CURRENT_SITE__ === 'tantabus' ? [ + ["prompter", "origin"], + ["creator", "origin"], + ["generator", "origin"] + ] : []) ]); /**