79266384

Date: 2024-12-09 20:38:32
Score: 1
Natty:
Report link

Using the the Link component from next/link.

In my own case, I had to put the pdf file in an public/assets folder.

Adding the target="_blank" will download the file.

<Link
          href={"./assets/my_resume.pdf"}
          download>
          Resume 
</Link>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bolaji Bolajoko