diff --git a/src/components/articles.jsx b/src/components/articles.jsx index 52f8701..0352801 100755 --- a/src/components/articles.jsx +++ b/src/components/articles.jsx @@ -68,7 +68,7 @@ class Articles extends Component { fetchArticles = async () => { const markdownFiles = []; - const dataDir = '/data/articles'; + const dataDir = '/content'; try { const response = await fetch(`${dataDir}/index.json`);