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.