Ой, console.log убежал
All checks were successful
/ build (push) Successful in 20m0s
/ deploy (push) Successful in 4m6s

This commit is contained in:
Иван Кузьменко 2025-10-23 05:16:31 +03:00
parent 0ba71b0c1d
commit 99d9d13419

View file

@ -9,7 +9,6 @@ export async function load() {
} catch (ex) { } catch (ex) {
throw "Не удалось найти текст для главной страницы"; throw "Не удалось найти текст для главной страницы";
} }
console.log("TEST", md.default);
return { return {
content: md.default, content: md.default,
posts: (await fetchPostsSorted(sortPostsByPostAndUpdateDate)).slice(0, LATEST_POSTS_COUNT) posts: (await fetchPostsSorted(sortPostsByPostAndUpdateDate)).slice(0, LATEST_POSTS_COUNT)