Add sitemap generation and remove extra files
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user