mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-02 12:04:07 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
13b7e09a69
commit
26f6c74fd5
@ -382,7 +382,7 @@ export async function getAllBlogPostsFromSource(datocmsFilters : any) {
|
||||
|
||||
}
|
||||
|
||||
async function getSingleBlogPostJsonBySlug(slug) {
|
||||
async function getSingleBlogPostJsonBySlug(slug : string) {
|
||||
|
||||
let jsonDirectory = getBlogJsonDirectoryPath();
|
||||
let jsonFile = slug + '.json';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user