Add sitemap generation and remove extra files

This commit is contained in:
Kamran Ahmed
2019-11-14 21:21:56 +04:00
parent c6db625e35
commit 9e23439f0c
14 changed files with 277 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
import guides from "storage/guides";
import authors from "storage/authors";
import siteConfig from "storage/site";
import guides from 'storage/guides';
import authors from 'storage/authors';
import siteConfig from 'storage/site';
export const getAllGuides = () => {
return guides.filter(guide => !guide.draft)