mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-04-21 10:54:07 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
705ad9e324
commit
e8fa836977
@ -406,7 +406,7 @@ async function getSingleBlogPostJsonBySlug(slug : string) {
|
||||
}
|
||||
|
||||
export async function getSingleBlogPostBySlugFromSource(slug : string) {
|
||||
let blogPostJson = {};
|
||||
let blogPostJson : any = {};
|
||||
|
||||
if (process.env.NEXT_PUBLIC_DATOCMS_BYPASS_TYPE === "local_json") {
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user