Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-21 22:08:40 -04:00
parent 2516aba9fd
commit c2496c566b

View File

@ -1,12 +1,19 @@
import { PageLayout } from 'components/layout/page'
//===== \/ START NEXT_PUBLIC_DATOCMS_BYPASS \/ ====================================================
/*
import {
getBlogPosts,
getBlogPosts as serverGetBlogPosts,
getBlogPostsCategories as serverGetBlogPostsCategories
} from 'lib/blog'
*/
//===== \/ START NEXT_PUBLIC_DATOCMS_BYPASS \/ ====================================================
import {
getBlogPosts,
getBlogPostsCategories as serverGetBlogPostsCategories
} from 'lib/blog'
import {
getAllBlogPostsFromSource,