We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf2bc8 + b67ecb6 commit b22f8a1Copy full SHA for b22f8a1
1 file changed
src/components/articles.jsx
@@ -68,7 +68,7 @@ class Articles extends Component {
68
69
fetchArticles = async () => {
70
const markdownFiles = [];
71
- const dataDir = '/data/articles';
+ const dataDir = '/content';
72
73
try {
74
const response = await fetch(`${dataDir}/index.json`);
0 commit comments