index.html cannot load js files when i generate page with nuxi generate

question is clear. I'm trying to generate my app as a static page but js files cannot load properly. i'm trying to serve it with xampp. i can see the page when i visit localhost/dist/ but js files inside the /localhost/dist/_nuxt folder and index.html try to fetch these files from localhost/_nuxt. i would really appreciate it if you could help me.
Was this page helpful?