Allow output 'hybrid' in blog pages

This commit is contained in:
prototypa
2023-08-25 15:33:33 -04:00
parent 95899486db
commit cbfb76b845
4 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ import Pagination from '~/components/blog/Pagination.astro';
import { blogListRobots, getStaticPathsBlogList } from '~/utils/blog';
export const prerender = true;
export async function getStaticPaths ({ paginate }) {
return await getStaticPathsBlogList({ paginate });
}