Closed Sazzels closed 9 months ago
git clone https://github.com/nuxt/starter.git cd starter/ git checkout content npm install npm run build node .output/server/index.mjs
shouldn't there be a api behind that endpoint from where i could get infos like title, description, updated at?
api
title, description, updated at
https://content.nuxt.com/get-started/configuration#api
GET http://localhost:3000/api/_content Document not found, overwrite this content with #not-found slot in <ContentDoc>.
No response
/api/_content is the baseURl for module APIs. The module exposes some APIs under this base. You can hit /api/_content/query and see the result of query API.
/api/_content
baseURl
/api/_content/query
Environment
Build Modules: -
Reproduction
Describe the bug
shouldn't there be a
api
behind that endpoint from where i could get infos liketitle, description, updated at
?https://content.nuxt.com/get-started/configuration#api
Additional context
No response
Logs
No response