Skip to content

Commit

Permalink
remove createSlug
Browse files Browse the repository at this point in the history
  • Loading branch information
lero62 committed Nov 18, 2024
1 parent be9115a commit 2ddb1e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const prepareActivities = async rawActivities => {
const promises = [];
for (const [key, value] of Object.entries(activities)) {
const entryPromises = value.map(async item => {
item.slug = createSlug(item, key);
item.description = await markdownToHtml(item.description);
});
promises.push(...entryPromises);
Expand Down

0 comments on commit 2ddb1e5

Please sign in to comment.