We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8c73c commit 6194486Copy full SHA for 6194486
content/en/_index.md
@@ -4,6 +4,9 @@ description: >-
4
High-quality, ubiquitous, and portable telemetry to enable effective
5
observability
6
show_banner: true
7
+outputs:
8
+ - HTML
9
+ - REDIRECTS # Include this `content/en` ONLY
10
developer_note:
11
The blocks/cover shortcode (used below) will use as a background image any
12
image file containing "background" in its name.
hugo.yaml
@@ -51,7 +51,7 @@ outputFormats:
51
notAlternative: true
52
53
outputs:
54
- home: [HTML, REDIRECTS]
+ home: [HTML]
55
section: [HTML]
56
57
params:
0 commit comments