Removing Json Data from Html
[issue link]Hello, I’m new to nuxt.js. I’m not pretty sure how nuxt works but I have only one question for this good framework.
I want use vue.js and server side rendering; So I prepared an example with nuxt-starter-template.
But I have a problem;
I don’t want to embed my json data in html(s);

Since this app will be a small newsletter website, I don’t want to share the json data ( ofcourse they can crawl the website but embeding data to html(?), it’s like I’m making it easy to crawl. ).
So is there any way to delete/hide this json data but still get rendered html ?
Thanks,
Bests regards…