Skip to content

Commit 2538650

Browse files
Added disable line check
Signed-off-by: aakankshabhende <[email protected]>
1 parent db0338f commit 2538650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ notAlternative = true
106106

107107
# Image processing configuration.
108108
[imaging]
109-
resampleFilter = "CatmullRom"
109+
resampleFilter = "CatmullRom" # cSpell:disable-line
110110
quality = 75
111111
anchor = "smart"
112112

@@ -156,7 +156,7 @@ k8s_search = true
156156
# The following search parameters are specific to Docsy's implementation. Kubernetes implementes its own search-related partials and scripts.
157157

158158
# Google Custom Search Engine ID. Remove or comment out to disable search.
159-
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"
159+
#gcs_engine_id = "011737558837375720776:fsdu1nryfng" # cSpell:disable-line
160160

161161
# Enable Algolia DocSearch
162162
algolia_docsearch = false

0 commit comments

Comments
 (0)