Open fogine opened 2 years ago
@nuxt/content: 1.15.1 nuxt:
1.15.1
This module should not expose json API on production or it should be configurable.
when nuxtjs project is build and started
export NODE_ENV=production yarn build yarn start
all content of content folder is exposed through <base-url>/_content we are running nuxt in SSR mode..
content
<base-url>/_content
Hi ! I'm facing the same issue here !
@nuxt/content: v1.15.0 nuxt: v2.15.8
Nuxt is running in SSR mode as well.
Version
@nuxt/content:
1.15.1
nuxt:What is Expected?
This module should not expose json API on production or it should be configurable.
What is actually happening?
when nuxtjs project is build and started
all content of
content
folder is exposed through<base-url>/_content
we are running nuxt in SSR mode..