Sam Brodie
Sam Brodie
### 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...
### Is your enhancement related to a problem? Please describe. When there is no data to return from `useFetchPosts` and a `NotFoundError` is returned instead, the `loading` property is still...
### Describe the bug In wp-nextjs-app: Even if the main query is working, the error from the `ServerRelatedPosts` component will override the output of the main query and display an...
### Description of the Change `images.remotePatterns` requires a minimum Next.js version, 14. Rather than updating the config to always use `remotePatterns`, this change will detect the Next version from the...
### Description of the Change Will validate headstartwp.config.server.js and headstartwp.config.client.js (HeadlessConfig) with Yup. If an error is found, it is caught and logged in the terminal during the build process....