-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Requested by: @Calinator444 via YakShaver.ai π¦¬
cc: @amankumarrr, @Calinator444, @brookjeynes-ssw, @adamcogan, @babakamyljanovssw
Hi Team!
Β Β π₯Β Β Watch the video (2 min 54 sec)
Pain
Improve the editing experience for β SSW Website (Dev - Next.js) by avoiding full site rebuilds when content is changed in Tina. Implement Tina webhooks that trigger Next.js on-demand revalidation to rebuild only the affected page route when content is pushed to main. This will significantly reduce deployment time and frustration for editors by replacing the current ~20 minute full rebuild with a targeted page rebuild.
Acceptance Criteria
- When a page is created or edited in Tina and merged to main, a webhook is triggered.
- The webhook passes the modified page route to the SSW Website Next.js application.
- Next.js on-demand revalidation rebuilds only the specified route without triggering a full site deployment.
- Content changes become live significantly faster than the current full rebuild process.
- Existing full rebuild pipeline on content change is disabled or bypassed once the webhook solution is confirmed working.
- Implementation aligns with the existing webhook approach used in SSW Rules.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
π€·ββοΈ Needs Triage