From 6aa2ebc8ae0468923f4dc0e91314dc4e91df07d8 Mon Sep 17 00:00:00 2001 From: Andrew Graham Date: Thu, 6 Oct 2022 10:57:37 -0600 Subject: [PATCH] Fix zod.dev main page cross origin links. --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index 72f7f85ac..3fef5d853 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,17 @@ auto2top: true, repo: "colinhacks/zod", routerMode: "history", + crossOriginLinks: [ + "https://github.com/colinhacks/zod/actions?query=branch%3Amaster", + "https://opensource.org/licenses/MIT", + "https://www.npmjs.com/package/zod", + "https://discord.gg/KaSRdyX2vc", + "https://discord.gg/RcG33DQJdf", + "https://github.com/colinhacks/zod/issues/new", + "https://twitter.com/colinhacks", + "https://trpc.io/", + "https://zod.dev/", + ], };