Skip to content

Commit f4be656

Browse files
committed
Remove unused script
1 parent 57b677a commit f4be656

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

linkcheck-skip.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.*/_next/.*
2-
/js/script.js
32
https://authzed.com/zanzibar/.*
43
https://pkg.go.dev/.*
54
https://pprof.me

theme.config.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,8 @@ const config: DocsThemeConfig = {
3333
return defaultConfig;
3434
},
3535
head: () => {
36-
const isProd = process.env.VERCEL_ENV === 'production';
37-
3836
return (
3937
<>
40-
{isProd && (
41-
<script
42-
defer
43-
data-domain="authzed.com"
44-
data-api="/api/event"
45-
src="/js/script.js"
46-
></script>
47-
)}
4838
</>
4939
);
5040
},

0 commit comments

Comments
 (0)