chore: updated record in script
102c662b
1 file(s) · +1 −0
| 172 | 172 | textContent: textContent.slice(0, 10000), // Limit text content length |
|
| 173 | 173 | publishedAt: publishDate.toISOString(), |
|
| 174 | 174 | canonicalUrl: `${SITE_URL}${postPath}`, |
|
| 175 | + | location: "main-blog", |
|
| 175 | 176 | }; |
|
| 176 | 177 | ||
| 177 | 178 | const response = await agent.com.atproto.repo.createRecord({ |