diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 4782322..7dd8b4f 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -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,