Add function that looks for all blogs

This commit is contained in:
Quinn Hegeman
2026-03-08 15:12:19 +01:00
parent 4d56dce1af
commit 3317926f61
8 changed files with 143 additions and 1 deletions

View File

@@ -12,4 +12,4 @@ export async function getRobotsSettings(): Promise<RobotsSettings> {
crawlers: robotsResult["crawlers"],
extraContent: robotsResult["extra_content"]
};
}
}