๐Ÿ“ฆ payloadcms / plugin-seo

๐Ÿ“„ defaults.ts ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11export const defaults = {
  title: {
    minLength: 50,
    maxLength: 60,
  },
  description: {
    minLength: 100,
    maxLength: 150,
  },
}