redirecter for ao3 that adds opengraph metadata
1const defaults = {
2 theme: 'ao3',
3 baseFont: 'bricolagegrotesque',
4 titleFont: 'stacksansnotch',
5 category: true,
6 rating: true,
7 warnings: false,
8 charTags: false,
9 relTags: false,
10 freeTags: false,
11 summary: true,
12 wordcount: true,
13 chapters: true,
14 postedAt: true,
15 updatedAt: false,
16 uppercaseTitle: false,
17 uppercaseChapterName: false,
18 summaryType: 'basic',
19 customSummary: ''
20}
21
22export default defaults