Home

Issue: 2083

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);
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…

This question is available on Nuxt.js community (#c1848)