Skip to content

Commit 027d665

Browse files
authored
Add link to blog article about webhooks and Next.js (#2549) (#2550)
1 parent c1d32bd commit 027d665

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docusaurus/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Production
66
/build
7+
/static
78

89
# Generated files
910
.docusaurus

docusaurus/docs/cms/backend-customization/webhooks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,4 +506,8 @@ The event is triggered when a [release](/cms/features/releases) is published.
506506
- Implement retries for failed webhook requests to handle transient errors.
507507
- Log webhook events for debugging and monitoring.
508508
- Use secure, HTTPS endpoints for receiving webhooks.
509-
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
509+
- Set up rate limiting to avoid being overwhelmed by multiple webhook requests.
510+
511+
:::tip
512+
If you want to learn more about how to use webhooks with Next.js, please have a look at the [dedicated blog article](https://strapi.io/blog/how-to-create-an-ssg-static-site-generation-application-with-strapi-webhooks-and-nextjs).
513+
:::

0 commit comments

Comments
 (0)