Static GitHub Issues

[2083] Removing Json Data from Html

prev: Generating is putting index.vue on every route
next: `npm run generate` throws an error

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); nuxt haberler - source

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...

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1848">#c1848</a>)</em></sub></div>