We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15423 commit f7261e7Copy full SHA for f7261e7
build.js
@@ -48,7 +48,7 @@ marked.use({
48
// "Run"
49
if (exampleID == "intro-chatgpt")
50
html += `<a href="/playground/?autorun=1" class="code-button run-code-button" target="_blank"><span class="run"></span></a>`;
51
- else
+ else if (exampleID)
52
html += `<a href="/playground/${exampleID}/?autorun=1" class="code-button run-code-button" target="_blank"><span class="run"></span></a>`;
53
54
// "Copy"
0 commit comments