Skip to content

Commit aa3157d

Browse files
committed
relative link for playground
1 parent 9fde982 commit aa3157d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/scripts/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function generateReadme(module: ModuleData, primitiveData: PrimitiveData)
115115
}
116116
return origin;
117117
});
118-
p2 = `[Live Site](https://primitives.solidjs.community/playground/${module.name}/)\n\n${p2}`;
118+
p2 = `[Live Site](/playground/${module.name}/)\n\n${p2}`;
119119
return `${p1}${p2}`;
120120
}
121121
return _;

0 commit comments

Comments
 (0)