aboutsummaryrefslogtreecommitdiffstats
path: root/src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts')
-rw-r--r--src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts b/src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts
index cabfa18..9aa1896 100644
--- a/src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts
+++ b/src/services/graphql/helpers/convert-wp-thematic-to-thematic.ts
@@ -54,7 +54,7 @@ export const convertWPThematicToThematic = (thematic: WPThematic): Thematic => {
? getRelatedTopicsFrom(thematic.acfThematics.postsInThematic)
: undefined,
},
- slug: `${ROUTES.THEMATICS.INDEX}/${thematic.slug}`,
+ slug: `${ROUTES.THEMATICS}/${thematic.slug}`,
title: thematic.title,
};
};