mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-06 04:04:08 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
8a1a291b2e
commit
d5f4742272
@ -95,7 +95,7 @@ async function datocmsPageQueryIntercept(query : any) {
|
||||
let jsonDirectory : string = path.join(process.cwd(), 'json/site_content');
|
||||
let jsonPath : string = jsonDirectory + '/' + parent + '.json';
|
||||
let fileRawContents : string = '';
|
||||
let fileJson : object = {}
|
||||
let fileJson : any = {}
|
||||
let jsonData : any = {}
|
||||
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user