File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ onUnmounted(() => {
158
158
<template v-if =" cacheAnalysis .cacheControl .ttl " >
159
159
<dt >
160
160
TTL{{
161
- cacheAnalysis.cacheControl.netlifyCdnTttl ||
162
- cacheAnalysis.cacheControl.cdnTttl
161
+ cacheAnalysis.cacheControl.netlifyCdnTtl ||
162
+ cacheAnalysis.cacheControl.cdnTtl
163
163
? " (browser)"
164
164
: ""
165
165
}}
@@ -172,7 +172,7 @@ onUnmounted(() => {
172
172
<template v-if =" cacheAnalysis .cacheControl .cdnTtl " >
173
173
<dt >
174
174
TTL ({{
175
- cacheAnalysis.cacheControl.netlifyCdnTttl
175
+ cacheAnalysis.cacheControl.netlifyCdnTtl
176
176
? "other CDNs"
177
177
: "Netlify CDN"
178
178
}})
@@ -182,10 +182,10 @@ onUnmounted(() => {
182
182
</dd >
183
183
</template >
184
184
185
- <template v-if =" cacheAnalysis .cacheControl .netlifyCdnTttl " >
185
+ <template v-if =" cacheAnalysis .cacheControl .netlifyCdnTtl " >
186
186
<dt >TTL (Netlify CDN)</dt >
187
187
<dd :title =" formatHumanSeconds(cacheAnalysis.cacheControl.netlifyCdnTtl)" >
188
- {{ formatSeconds(cacheAnalysis.cacheControl.netlifyCdnTttl ) }}
188
+ {{ formatSeconds(cacheAnalysis.cacheControl.netlifyCdnTtl ) }}
189
189
</dd >
190
190
</template >
191
191
You can’t perform that action at this time.
0 commit comments