Skip to content

Commit

Permalink
Fix preload
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McDonnell committed May 13, 2022
1 parent 401c4c4 commit 7d1de14
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ src/playground.ts
deno/lib/playground.ts
.eslintcache
workspace.code-workspace
.netlify
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
<img src="logo.svg" width="200px" align="center" alt="Zod logo" />
<h1 align="center">Zod</h1>
<p align="center">
<a href="https://zod.dev">https://zod.dev</a>
<a href="https://zod.dev">https://zod.dev</a>
<br/>
TypeScript-first schema validation with static type inference
</p>
Expand Down
7 changes: 7 additions & 0 deletions index.html
Expand Up @@ -84,6 +84,13 @@
gtag("config", "G-FG8DDV0GBR");
</script>

<link
href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css"
type="text/css"
rel="preload"
as="style"
onload="this.onload=null;this.rel='stylesheet';"
/>
<style>
.markdown-section {
max-width: 700px;
Expand Down

0 comments on commit 7d1de14

Please sign in to comment.