Dave Herring
pnpm run generate - not creating all pages in conten t
So can see pages with pnpm run dev ..,. pages are defined in content directory
but do not see the pages when after running pnpm run generate
and npx serve .output/public
HTTP 25/04/2024 21:03:30 ::1 GET /api/_content/query/zw5gkipEzh.1714075339911.json?_params=%7B%22first%22:true,%22where%22:%5B%7B%22_path%22:%22%2Fgetting-started%2Froadmap%22%7D%5D,%22sort%22:%5B%7B%22_file%22:1,%22$numeric%22:true%7D%5D%7D
HTTP 25/04/2024 21:03:30 ::1 Returned 404 in 1 ms
HTTP 25/04/2024 21:03:30 ::1 GET /api/search.json
6 replies
How to style markdown files in content
Have purchase Nuxt UI pro, want to create some markdown files like content/test.md
and have a [...slug].vue file catch and style these:-
The compoent appears - full screen width and the markdown is not styled.
Guess I am looking for a example [...slug].vue file - but not finding this easy to locate in docs / google searches.
2 replies