mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-02-28 23:44:08 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
54289a4786
commit
ba8d6ad0e0
@ -1,18 +1,9 @@
|
||||
import { PageLayout } from 'components/layout/page'
|
||||
//===== \/ START NEXT_PUBLIC_DATOCMS_BYPASS \/ ====================================================
|
||||
/*
|
||||
import {
|
||||
getBlogPosts,
|
||||
getBlogPosts as serverGetBlogPosts,
|
||||
getBlogPostsCategories as serverGetBlogPostsCategories
|
||||
} from 'lib/blog'
|
||||
*/
|
||||
import { getBlogPosts } from 'lib/blog'
|
||||
import {
|
||||
getAllBlogPostsFromSource,
|
||||
getAllBlogPostsCategoriesFromSource
|
||||
} from 'lib/datocms-bypass'
|
||||
//===== /\ FINISH NEXT_PUBLIC_DATOCMS_BYPASS /\ ====================================================
|
||||
import { InferGetStaticPropsType } from 'next'
|
||||
import { useRouter } from 'next/router'
|
||||
import { Fragment, useCallback, useMemo } from 'react'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user