Skip to content

Commit

Permalink
feat: support GitHub Pages demo
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 27, 2024
1 parent 93b490e commit a9db3e9
Show file tree
Hide file tree
Showing 5 changed files with 4,450 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@
textarea { width: 300px; height: 400px; }
</style>
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" />
<!--
"zod": "../node_modules/zod/lib/index.mjs"
-->
<script type="importmap">
{
"imports": {
"zod": "../node_modules/zod/lib/index.mjs",
"zod": "./vendor/zod.js",
"react": "./react.js"
}
}
Expand Down
Loading

0 comments on commit a9db3e9

Please sign in to comment.