Skip to content

Commit d396470

Browse files
committed
Fix broken codelab dates.
1 parent 7ba9ca6 commit d396470

File tree

3 files changed

+3
-6
lines changed
  • src/site/content/en/fast

3 files changed

+3
-6
lines changed

src/site/content/en/fast/codelab-preload-critical-assets/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ description: |
77
and prefetching resources.
88
web_lighthouse:
99
- uses-rel-preload
10-
web_updated_on: 2018-12-06
11-
web_published_on: 2018-11-05
10+
date: 2018-11-05
1211
glitch: preload-critical-assets
1312
---
1413

src/site/content/en/fast/codelab-preload-web-fonts/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ author: gmimani
55
description: |
66
In this codelab, learn how to improve the performance of a page by preloading
77
web fonts.
8-
web_updated_on: 2018-12-06
9-
web_published_on: 2018-11-05
8+
date: 2018-11-05
109
glitch: web-dev-preload-webfont
1110
---
1211

src/site/content/en/fast/codelab-text-compression/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ description: |
66
In this codelab, learn how both minifying and compressing the JavaScript
77
bundle for an application improves page performance by reducing the app's
88
request size.
9-
web_updated_on: 2018-12-06
10-
web_published_on: 2018-11-05
9+
date: 2018-11-05
1110
glitch: fav-kitties-compress-starter
1211
related_post: reduce-network-payloads-using-text-compression
1312
---

0 commit comments

Comments
 (0)