Javascript – How to load pdf files in nextjs using webpack file-loader (404 Error)
In my nextjs app, I want to add a button which user clicks on it and a pdf file downloads. I added the pdf file to public/documents/ and imported it and added it to link href. But after clicking it,…