mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-04-19 11:04:05 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
2516aba9fd
commit
c2496c566b
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user