@praxium/sdk 0.3.50 → 0.3.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ const result = await client.submitContactForm({
|
|
|
67
67
|
|
|
68
68
|
## Next.js Revalidation
|
|
69
69
|
|
|
70
|
-
When an admin updates data (team, FAQ, opening hours), a webhook triggers
|
|
70
|
+
Tenant websites use Next.js ISR (Incremental Static Regeneration) for performance. When an admin updates data (team, FAQ, opening hours), a webhook triggers on-demand ISR revalidation on the tenant website. The SDK handles HMAC signature verification and path resolution.
|
|
71
71
|
|
|
72
72
|
```typescript
|
|
73
73
|
// app/api/revalidate/route.ts
|