We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4799b34 commit bb94e48Copy full SHA for bb94e48
1 file changed
apps/dashboard/src/components/commands/create-dashboard/dashboard-sandbox-host.tsx
@@ -15,7 +15,7 @@ type DashboardArtifact = {
15
function getSandboxDocument(artifact: DashboardArtifact, baseUrl: string): string {
16
const sourceCode = artifact.runtimeCodegen.uiRuntimeSourceCode;
17
18
- return `<!doctype html>
+ return html`<!doctype html>
19
<html>
20
<head>
21
<meta charset="utf-8" />
0 commit comments