diff --git a/src/components/News_section/One_kard.vue b/src/components/News_section/One_kard.vue index a5a34c8..64f83cf 100644 --- a/src/components/News_section/One_kard.vue +++ b/src/components/News_section/One_kard.vue @@ -213,7 +213,7 @@ const bilutene_b = async () => { const download = async () => { try { // Обрезаем заголовок до 200 символов для совместимости с именем файла на сервере - const truncatedTitle = props.title.slice(0, 200); + const truncatedTitle = props.title.slice(0, 100); const rez = await axios.get( "https://allowlgroup.ru/api/8001/file_download", // "http://127.0.0.1:8001/file_download",