From 7d1de148669daf21cbd896eef84a1b10ed052c08 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 13 May 2022 14:19:03 -0700 Subject: [PATCH] Fix preload --- .gitignore | 1 + README.md | 2 +- index.html | 7 +++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1990b6b5e..a779ff58c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ src/playground.ts deno/lib/playground.ts .eslintcache workspace.code-workspace +.netlify diff --git a/README.md b/README.md index 4d27fe47d..97f00a96f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Zod logo

Zod

- ✨ https://zod.dev ✨ + ✨ https://zod.dev
TypeScript-first schema validation with static type inference

diff --git a/index.html b/index.html index 639086b08..014aa7578 100644 --- a/index.html +++ b/index.html @@ -84,6 +84,13 @@ gtag("config", "G-FG8DDV0GBR"); +