about summary refs log tree commit diff stats
path: root/internal/config/config.go
diff options
context:
space:
mode:
authorAlan Pearce2024-05-15 09:53:51 +0200
committerAlan Pearce2024-05-15 09:53:51 +0200
commit91836fef16532b72d9fd3edbcbe3844d9c541345 (patch)
treee1a7e56127373b33d97b2d23fd5b6ae620fb42b5 /internal/config/config.go
parent1a5c82e2d08accb6330c4164ab987b87157b10ed (diff)
downloadsearchix-91836fef16532b72d9fd3edbcbe3844d9c541345.tar.lz
searchix-91836fef16532b72d9fd3edbcbe3844d9c541345.tar.zst
searchix-91836fef16532b72d9fd3edbcbe3844d9c541345.zip
perf: move scripts to head to enable fetching in parallel
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index add4e67..3cf8c5c 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -70,7 +70,7 @@ type Web struct {
 	BaseURL               URL
 	SentryDSN             string
 	Environment           string
-	ExtraBodyHTML         template.HTML
+	ExtraHeadHTML         template.HTML
 	Headers               map[string]string
 }