Extract data folder to root

This commit is contained in:
prototypa
2022-09-11 13:58:55 -04:00
parent f66e6fd76b
commit fa69a83dc6
8 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@ const getNormalizedPost = async (post) => {
};
const load = async function () {
const posts = import.meta.glob('~/data/posts/**/*.md', {
const posts = import.meta.glob('~/../data/blog/**/*.md', {
eager: true,
});