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

@@ -9,6 +9,8 @@ import { getCanonical, getPermalink } from '~/utils/permalinks';
import { getStaticPathsBlogPost, blogPostRobots } from '~/utils/blog';
import { findImage } from '~/utils/images';
export const prerender = true;
export async function getStaticPaths () {
return await getStaticPathsBlogPost();
}