diff --git a/app/carnet/page.tsx b/app/carnet/page.tsx index ee62c090..8950cbc6 100644 --- a/app/carnet/page.tsx +++ b/app/carnet/page.tsx @@ -472,7 +472,8 @@ export default function CarnetPage() { id: path, title: vcfFile, content: vcfContent, - folder: 'Contacts' + folder: 'Contacts', + mime: 'text/vcard' }), }); @@ -527,7 +528,8 @@ export default function CarnetPage() { id: path, title: vcfFile, content: vcfContent, - folder: 'Contacts' + folder: 'Contacts', + mime: 'text/vcard' }), });