Plugin Configuration
Plugin configuration options
| Option | Type | Default | Description |
|---|
siteName | string | - | Site name |
domain | string | - | Domain |
disabled | boolean | false | Disable plugin |
redirects | RedirectsConfig | false | {} | Redirects config or false to disable |
revalidation | RevalidationConfig | - | Cache revalidation config |
| Option | Type | Default | Description |
|---|
redirectEnabledCollections | string[] | Auto-detected | Collections that support redirects |
fields | function | - | Add/modify redirect collection fields |
redirectsOverrides | Partial<CollectionConfig> | {} | Override redirect collection config |
redeploy | RedeployConfig | - | Auto-deploy config |
| Option | Type | Default | Description |
|---|
url | string | - | Deploy hook URL |
delayMinutes | number | 10 | Delay before triggering |
| Option | Type | Description |
|---|
url | string | string[] | Revalidation endpoint(s) |
secret | string | Secret token |