Add support to MDX in blog

This commit is contained in:
prototypa
2022-10-15 23:35:11 +02:00
parent e7fd6cc72c
commit 11b9782d6e
12 changed files with 41 additions and 19 deletions

View File

@ -23,7 +23,7 @@ export const get = async () => {
link: getPermalink(post.slug, 'post'),
title: post.title,
description: post.description,
pubDate: post.pubDate,
publishDate: post.publishDate,
})),
});
};