vite-plugin-react-pages icon indicating copy to clipboard operation
vite-plugin-react-pages copied to clipboard

Files in page folders gets excluded from navigation

Open ahku opened this issue 1 year ago • 0 comments

For some reason this works:

/pages
  /folder
    index$.md

But as soon as you add another file, the whole folder and its contents disappears from the navigation:

/pages
  /folder
    index$.md
    another$.md

You can still access the page via /folder/another, but according to the documentation there should be support for nested pages.

Is this an issue with the theme or the actual plugin?

ahku avatar Apr 13 '24 09:04 ahku