правка
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-05-07 19:26:57 +10:00
parent 9318821099
commit c19ec3b232

View File

@@ -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",