I am working on a Vue.js with nuxt.js project and need to include in my site the "apple-app-site-association" file.
I did the following steps:
- Include "apple-app-site-association" file inside public folder: "static"
- The route in my site is: "https://my-site/apple-app-site-association"
Instead of the file being displayed in the browser when I navigate to the link, the file is downloaded
Can anyone help me?
Thank you