This commit is contained in:
@@ -218,7 +218,7 @@ const download = async () => {
|
|||||||
{
|
{
|
||||||
params: {
|
params: {
|
||||||
// path: props.parsed_at.split(" ")[0].replace("-", "/"),
|
// path: props.parsed_at.split(" ")[0].replace("-", "/"),
|
||||||
path: props.article_date.split()[0],
|
path: props.article_date.split(" ")[0],
|
||||||
title: props.title,
|
title: props.title,
|
||||||
},
|
},
|
||||||
responseType: "blob",
|
responseType: "blob",
|
||||||
|
|||||||
Reference in New Issue
Block a user