Standard.site landing page built in Next.js
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add identity, images dir, and cover mapping to sequoia config

+5 -1
+5 -1
sequoia.json
··· 1 1 { 2 2 "siteUrl": "https://standard.site", 3 + "identity": "standard.site", 3 4 "contentDir": "./content", 5 + "imagesDir": "./public/media", 4 6 "outputDir": "./out", 7 + "pathPrefix": "", 5 8 "publicationUri": "at://did:plc:re3ebnp5v7ffagz6rb6xfei4/site.standard.publication/3me5vykp6lf2y", 6 9 "frontmatter": { 7 - "publishDate": "date" 10 + "publishDate": "date", 11 + "cover": "ogImage" 8 12 } 9 13 }