My static folder is not working in production mode / Nuxt js

94 views Asked by At

In Footer.vue

Footer code

In nuxt.config.js

Config code

I can't donwload files and can't see my favicon.ico from static folder nuxt 2.15.7

In docker logs I have a https request to my backend api https://mywebsite/web/v1/categories/privacy_policy_ru.pdf

But it's incorrect because I have all this files in my static folder

Request data

0

There are 0 answers