asyncData doesn't work when load from `static` [issue link] For some reason this doesn’t work asyncData ({ params }) { return axios.get('data.json') .then((res) => { return { title: res.data.title } }) } How to load data from static folder? I have JSON files there, where I want to manage content. This question is available on Nuxt.js community (#c1661)