Prepare production deployment

This commit is contained in:
2026-07-20 04:14:24 +05:00
parent 55583e2101
commit 2e3550a4dc
46 changed files with 1497 additions and 882 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ export const load: PageLoad = ({ params }) => {
const post = getPostBySlug(params.slug);
if (!post) throw error(404, 'Статья не найдена');
return { post };
};
};