Skip to content

Commit

Permalink
feat: Update iCal example (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcapretz authored Feb 26, 2024
1 parent 762e919 commit 0f8d604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions with-ical/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const data = await resend.emails.send({
},
],
headers: {
'Content-Disposition': 'attachment; filename="invite.ics"',
'Content-Type': 'text/calendar',
'Content-Disposition': 'attachment; filename="invite.ics"'
},
html: '<h1>Thanks for the invite</h1>',
});
Expand Down

0 comments on commit 0f8d604

Please sign in to comment.