Replies: 1 comment
-
Ok, so as i read, and if i am not missing some thing, Nuxt is not for a true SSG, fully-static site with zero javascript (like astro or 11ty) Nuxt is nice, but, i think docs should be clear that it is not a fully static site generator which needs no client side js, could save time of those who are looking for tht feature... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New to Nuxt (but not to Vue)
Just developed a sample blog with nuxt, content, and content-wind
Generated static site using npm run generate
deployed on netlify
I expected a full static sites, full page reloads on page click, no calls being made to
api/_content/query
However, when i access the site deployed on netlify - i can see the loading indicator at top as pages load
and i see in firebug calls being made to
/api/_content/query/m2cXB9PaGr.1681644331708.json?_params=%7B%22where%22:%5B%7B%22_path%22:%22/blog/vuetify-autocomplete-default-value%22%7D%5D,%22first%22:true,%22sort%22:%5B%7B%22_file%22:1,%22$numeric%22:true%7D%5D%7D
Is it normal, or some thing is going wrong ?
Beta Was this translation helpful? Give feedback.
All reactions