Prepare production deployment
This commit is contained in:
@@ -6,4 +6,4 @@ export const load: PageLoad = ({ params }) => {
|
||||
const post = getPostBySlug(params.slug);
|
||||
if (!post) throw error(404, 'Статья не найдена');
|
||||
return { post };
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user