Files
payload/packages/plugin-redirects
Paul 5dfcffa281 feat(plugin-redirects): added new option for redirect type in the redirects collection (#7625)
You can now add a redirect type to your redirects if needed:

```ts
// Supported types
redirectTypes: ['301', '302'],

// Override the select field
redirectTypeFieldOverride: {
  label: 'Redirect Type (Overridden)',
},
```
2024-08-11 13:18:49 -06:00
..
2023-02-01 13:34:23 -05:00
2024-07-09 09:50:37 -04:00

Payload Redirects Plugin

A plugin for Payload to easily manage your redirects from within your admin panel.