diff --git a/src/components/News_section/One_kard.vue b/src/components/News_section/One_kard.vue index 5bcb298..c3d207f 100644 --- a/src/components/News_section/One_kard.vue +++ b/src/components/News_section/One_kard.vue @@ -218,7 +218,7 @@ const download = async () => { { params: { // path: props.parsed_at.split(" ")[0].replace("-", "/"), - path: props.article_date.split()[0], + path: props.article_date.split(" ")[0], title: props.title, }, responseType: "blob",