chore: updated schema for documents
e4b5526c
1 file(s) · +1 −4
| 143 | 143 | collection: "site.standard.document", |
|
| 144 | 144 | record: { |
|
| 145 | 145 | $type: "site.standard.document", |
|
| 146 | - | publication: { |
|
| 147 | - | uri: `at://${session.did}/site.standard.publication/self`, |
|
| 148 | - | }, |
|
| 149 | 146 | title: body.title.trim(), |
|
| 150 | - | site: "https://stevedylan.dev", |
|
| 147 | + | site: "at://did:plc:ia2zdnhjaokf5lazhxrmj6eu/site.standard.publication/3mbykzswhqc2x", |
|
| 151 | 148 | ...(normalizedPath && { path: normalizedPath.trim() }), |
|
| 152 | 149 | content: markdownContent, |
|
| 153 | 150 | textContent: textContent, |