César Valadez
César Valadez
I can confirm that this happens when the relation to order by has a pivot table like many to many and polymorphic many to many
Just as @cannap pointed out. add a plugin, here is a full example: `plugins/performance.js` ```js import Vue from 'vue' Vue.config.performance = process.env.NODE_ENV !== 'production' ``` and in `nuxt.config.js` ``` js...
@influx-agence as I pointed out in [here](https://github.com/nuxt/nuxt.js/issues/3881#issuecomment-422264670), the problem was that nuxtent does not support json file types, just changing it to markdown format and using a yaml frontmatter format...
Sorry but I don't know anything about netlify cms
@renestalder It is a documentation problem and maybe a bug on nuxtent. Nuxtent modifies the route of the component and if configured incorrectly can lead into a really confusing problem....
Yes it does, I'm alredy using nuxt-edge on production and so far so good. But for importing the submodule you have to build it (`yarn build`) and only require it...
Another thing, where I work we decide to contribute with this project for the same reason as you, not having to develop a cms for static sites from scratch.
Could you try this with the development branch?
We are working on Windows support. A workaround is to use the Linux subsystem on w10