Skip to content

Commit 933a9f6

Browse files
authored
Merge branch '6.0' into upgrade-to-61
2 parents 625475d + 0c2d9a0 commit 933a9f6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/glossary.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,4 +736,8 @@ lazy loading
736736
lazy loaded
737737
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
738738
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Critical_rendering_path, which translates into reduced page load times.
739+
740+
reference implementation
741+
A reference implementation is a program that implements all requirements from a corresponding specification.
742+
The reference implementation often accompanies a technical standard, and demonstrates what should be considered the "correct" behavior of any other implementation of it.
739743
```

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
PYTHON_VERSION = "3.8"
33
[[headers]]
44
for = "/*"
5-
[[headers.values]]
5+
[headers.values]
66
X-Robots-Tag = "none"

0 commit comments

Comments
 (0)