We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eefcd3 commit 10a1d8eCopy full SHA for 10a1d8e
1 file changed
hugo.yaml
@@ -17,6 +17,14 @@ outputFormats:
17
path: _print
18
permalinkable: false
19
20
+# Needed fo KaTeX, possibly useful for others. see
21
+# https://github.com/google/docsy/pull/2465
22
+mediaTypes:
23
+ font/woff:
24
+ suffixes: [woff]
25
+ font/woff2:
26
+ suffixes: [woff2]
27
+
28
module:
29
hugoVersion:
30
extended: true
@@ -63,10 +71,3 @@ module:
63
71
target: assets/vendor/Font-Awesome/scss
64
72
- source: webfonts
65
73
target: static/webfonts
66
-
67
-# needed fo KaTeX: https://github.com/google/docsy/issues/2420#issuecomment-3757453768
68
-mediaTypes:
69
- font/woff:
70
- suffixes: [woff]
- font/woff2:
- suffixes: [woff2]
0 commit comments