1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 17:02:58 +02:00

Update prompt engineering content

This commit is contained in:
Kamran Ahmed
2025-05-21 01:39:39 +01:00
parent 28a8f8493b
commit 96417de7ed
112 changed files with 69 additions and 1509 deletions

View File

@@ -21,7 +21,7 @@ export const allowedLinkTypes = [
'podcast',
] as const;
async function fetchRoadmapJson(roadmapId: string) {
export async function fetchRoadmapJson(roadmapId: string) {
const response = await fetch(
`https://roadmap.sh/api/v1-official-roadmap/${roadmapId}`,
);