Skip to content

Commit b22f8a1

Browse files
authored
Merge pull request #23 from yusufk/obsidian
pointing to obsidian
2 parents ddf2bc8 + b67ecb6 commit b22f8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/articles.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Articles extends Component {
6868

6969
fetchArticles = async () => {
7070
const markdownFiles = [];
71-
const dataDir = '/data/articles';
71+
const dataDir = '/content';
7272

7373
try {
7474
const response = await fetch(`${dataDir}/index.json`);

0 commit comments

Comments
 (0)