Portal
Content
See /content folder.
Content
See /content
folder.
Place here your blog articles, FAQ, documentation, ... that is related to your business.
See Nuxt Content for further documentation.
draft
Any content file that is preffixed with _draft
will be ignored when the site is generated and deployed.
The file is shown when running a local dev instance.
# when deployed ...
bun run generate
bun run serve
# The *_draft* content will not show up !
# for local dev instance
bun run dev
# The *_draft* content will show up