I am building a javascript app using vite js and I am having a problem linking an html file when I finally build and deploy the app to firebase. When I am in dev mode the code opens a new window and displays the pdf file normally ,however it wont show up when i finally build it...
<div id="link1"> <button id="button"><a class="pdf" href="assets/Hindes_Resume.pdf" target = "blank">Resume</a></button> </div>