Skip to content

Commit 7cc2a9a

Browse files
just-be-devclaude
andcommitted
Merge origin/add-micro-blog-section, keeping D1 storage
Resolves conflicts in favor of D1 over R2 for micro post storage. Retains the restored micro CLI from the remote (packages/micro/). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2 parents 424d632 + af89319 commit 7cc2a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen-url-manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ async function genUrlManifest(collections: string[]) {
351351
for (const collection of collections) {
352352
let result;
353353
if (collection === "micro") {
354-
// Special handling for micro posts from D1
354+
// Special handling for micro posts from R2
355355
result = await processMicroCollection(manifest, existingSlugToCode, seenSlugsInCurrentRun);
356356
} else {
357357
// File-based collections

0 commit comments

Comments
 (0)