-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(revalidate): implements revalidate for post related terms #500
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for @10up/headless_frameworkThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
📦 Next.js Bundle Analysis for @10up/headless_frameworkThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@nicholasio This PR is getting too big. Could you please review it? I still need to add the revalidate for the |
📦 Next.js Bundle Analysis for @10up/headless_frameworkThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
📦 Next.js Bundle Analysis for @10up/headless_frameworkThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
I did some testing and couldn't get term archives to be revalidated. Next.js is returning missing params. |
@nicholasio I didn't forget about this. I'll work on it as soon as I find some time. |
Description of the Change
Closes #295
Child PR: #535
How to test the Change
Changelog Entry
Credits
Props @orballo
Checklist:
post_type
archives revalidation is implemented)TODO:
getStaticPaths
to the archives paths. (Will do this in another PR)post_type
archives. (feat(revalidate): implements post_type archive revalidate #535)