You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/webhooks-trigger.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ import {Webhook, WebhooksTriggerConfig} from './types'
25
25
consttheme=buildTheme()
26
26
constWEBHOOK_TYPE='webhook_triggers'
27
27
constdefaultText=
28
-
'You can here deploy your static website after finishing content edits by manually calling a webhook that triggers a new build of your site. Or simply run a webhook from Sanity!'
28
+
'Trigger webhooks right from Sanity, whether you need to rebuild a static website after content edits or run any other automated process.'
0 commit comments