Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Routing with Permalinks set to /blog/%postname%/ #851

Open
1 task done
sambrodie opened this issue Aug 16, 2024 · 0 comments
Open
1 task done

Routing with Permalinks set to /blog/%postname%/ #851

sambrodie opened this issue Aug 16, 2024 · 0 comments

Comments

@sambrodie
Copy link
Contributor

Describe the bug

Pages Router

In the pages router, when permalinks are set to /blog/[slug], a post url will load the Archive component in BlogPage in blog/[[…path]].tsx. When permalinks are set to /news/[slug], a post url will load the SinglePostsPage in […path].tsx.

App Router

In the app router, when permalinks are set to /blog/[slug], a post url will try to load BlogPage in blog/[[…path]]/page.tsx, but will produce an error:

Error: Neither single or archive returned data: Post

When permalinks are set to /news/[slug], a post url will load Single in (single)/[…path]/page.tsx.

Blog Categories

This setup also makes it so that when permalinks are set to something like /news/[slug] or /blog/[slug], the category pages still show at /category/[slug] instead of /news/category/[slug].

How do we want Headstart to support different permalink structures?

Steps to Reproduce

See above

Screenshots, screen recording, code snippet

No response

Environment information

No response

WordPress information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant