next.js
1207df68 - examples: Updating WordPress example to Next 14 (#62447)

Commit
1 year ago
examples: Updating WordPress example to Next 14 (#62447) Updating the WordPress example, to a more modern example. **Key features:** - `robots.ts`: This automatically gets the robots.txt of the API route and serves it on the `/robots.txt` route. - `sitemap.ts`: This automatically gets all paths from the API and generates a sitemap to serve on the `/sitemap.xml` route. - `middleware.ts`: This contains a middleware function that checks the users path for stored redirects, and redirects the user if a match is found. - `[[...slug]]`: This is the catch-all route that is used to render all pages. It is important that this route is not removed, as it is used to render all pages. It fetches the ContentType and renders the corresponding - `not-found.tsx`: This page is used for dynamic 404 handling - adjust the database id to match your decired WordPress page, and make sure the WordPress slug is "not-found", your 404 page will then be editable from your CMS. - `codegen.ts`: Automatic type generation for your WordPress installation - `Draft Mode`: Seamless Preview / Draft Preview support, using authentication through WPGraphQL JWT Authentication and Next.js Draft Mode - `On Demand Cache Revalidation`: Including a bare minimum WordPress theme that implements cache revalidation, WordPress link rewrites and other utils for integrating with Next.js ✅ The "examples guidelines" are followed from our contributing doc https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md ✅ Make sure the linting passes by running pnpm build && pnpm lint. See https://github.com/vercel/next.js/blob/canary/contributing/repository/linting.md --------- Co-authored-by: Sam Ko <sam@vercel.com>
Author
Parents
Loading