Reposition slugify import

This commit is contained in:
Sat Naing
2022-09-25 19:08:42 +06:30
parent 6e79189afd
commit be71f34ed5
-1
View File
@@ -19,7 +19,6 @@ const searchList = posts
title: frontmatter.title,
description: frontmatter.description,
frontmatter,
slug: frontmatter.slug,
}));
---