Rename storage directory

This commit is contained in:
Kamran Ahmed
2020-01-18 22:47:48 +04:00
parent b97ae52a1b
commit a26945288b
72 changed files with 39 additions and 41 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 'content/guides';
import authors from 'content/authors';
import siteConfig from 'content/site';
export const getAllGuides = () => {
return guides.filter(guide => !guide.draft)