Skip to content

Commit d8fbd2d

Browse files
authored
fix: update coveo prod, dev, and staging keys (#19)
* fix: update coveo dev and staging key * fix: add prod key
1 parent 7d0e488 commit d8fbd2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

layouts/partials/scripts.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
{{ $.Scratch.Set "coveoSc" "" }}
2323
{{ if eq hugo.Environment "production" }}
24-
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xx79df1e1f-11e4-4da5-8ea8-2ed7e24cca6a" )) -}}
24+
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xx3b887403-1ec2-43cf-9e3c-d6dd3c1056c0" )) -}}
2525
{{ $.Scratch.Set "coveoSc" $coveo}}
2626
{{ else if eq hugo.Environment "staging" }}
27-
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xxdb89e3ea-5468-4e34-824f-91cf8b004b66" )) -}}
27+
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xxababbbee-d1e5-44e7-8e49-876ece453e60" )) -}}
2828
{{ $.Scratch.Set "coveoSc" $coveo}}
2929
{{ else }}
30-
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xxe1e9046f-585c-4518-a14a-6b986a5efffd" )) -}}
30+
{{- $coveo := resources.Get "js/coveo.js" | js.Build ( dict "params" ( dict "coveokey" "xx6bbcd723-fec1-4af0-a13d-1c499cf5a15f" )) -}}
3131
{{ $.Scratch.Set "coveoSc" $coveo}}
3232
{{ end }}
3333
{{ $secureCoveo := $.Scratch.Get "coveoSc" | minify | fingerprint "sha512" }}

0 commit comments

Comments
 (0)