You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Our sitemap seems to pick up all dynamic items, e.g. /some-category-folder/[slug]/page.tsx but our category pages are NOT included, e.g. /some-category-folder/page.tsx
To Reproduce
Not sure how to reproduce this error.
Expected behavior
Pick up all pages in our app directory.
Screenshots
Additional context
Not sure if it makes a difference, but we have a lot of our pages inside nextjs' invisible folders in round brackets, to just order things for us internally e.g. /app/.../(folder)/category/page.tsx
The text was updated successfully, but these errors were encountered:
Describe the bug
Our sitemap seems to pick up all dynamic items, e.g.
/some-category-folder/[slug]/page.tsx
but our category pages are NOT included, e.g./some-category-folder/page.tsx
To Reproduce
Not sure how to reproduce this error.
Expected behavior
Pick up all pages in our app directory.
Screenshots
Additional context
Not sure if it makes a difference, but we have a lot of our pages inside nextjs' invisible folders in round brackets, to just order things for us internally e.g.
/app/.../(folder)/category/page.tsx
The text was updated successfully, but these errors were encountered: