Rename storage directory
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 'content/guides';
|
||||
import authors from 'content/authors';
|
||||
import siteConfig from 'content/site';
|
||||
|
||||
export const getAllGuides = () => {
|
||||
return guides.filter(guide => !guide.draft)
|
||||
|
Reference in New Issue
Block a user