We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b677a commit f4be656Copy full SHA for f4be656
linkcheck-skip.txt
@@ -1,5 +1,4 @@
1
.*/_next/.*
2
-/js/script.js
3
https://authzed.com/zanzibar/.*
4
https://pkg.go.dev/.*
5
https://pprof.me
theme.config.tsx
@@ -33,18 +33,8 @@ const config: DocsThemeConfig = {
33
return defaultConfig;
34
},
35
head: () => {
36
- const isProd = process.env.VERCEL_ENV === 'production';
37
-
38
return (
39
<>
40
- {isProd && (
41
- <script
42
- defer
43
- data-domain="authzed.com"
44
- data-api="/api/event"
45
- src="/js/script.js"
46
- ></script>
47
- )}
48
</>
49
);
50
0 commit comments