| 1 | { |
| 2 | "$schema": "../sequoia.schema.json", |
| 3 | "siteUrl": "https://sequoia.pub", |
| 4 | "contentDir": "docs/pages/blog", |
| 5 | "imagesDir": "docs/public", |
| 6 | "publicDir": "docs/public", |
| 7 | "outputDir": "docs/dist", |
| 8 | "pathPrefix": "/blog", |
| 9 | "publicationUri": "at://did:plc:kq6bvkw4sxof3vdinuitehn5/site.standard.publication/3mdnzt4rqr42v", |
| 10 | "pdsUrl": "https://andromeda.social", |
| 11 | "frontmatter": { |
| 12 | "publishDate": "date" |
| 13 | }, |
| 14 | "ignore": ["index.mdx"], |
| 15 | "ui": { |
| 16 | "components": "docs/components" |
| 17 | } |
| 18 | } |