Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Adds redirect for tree shaking guide to web.dev. (#9500)
Browse files Browse the repository at this point in the history
  • Loading branch information
malchata authored Feb 10, 2022
1 parent 23f5c4c commit 093d83c
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 457 deletions.
2 changes: 1 addition & 1 deletion src/content/en/_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ social_media:
width: 1200
height: 675
keywords:
- product:Web
- 'product:Web'
announcement:
description: |
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/content/en/fundamentals/_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ social_media:
width: 1200
height: 675
keywords:
- product:WebFundamentals
- 'product:WebFundamentals'
announcement:
description: |
<style>
Expand Down
3 changes: 3 additions & 0 deletions src/content/en/fundamentals/_redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

redirects:

- from: /web/fundamentals/performance/optimizing-javascript/tree-shaking
to: https://web.dev/reduce-javascript-payloads-with-tree-shaking/

- from: /web/fundamentals/performance/navigation-and-resource-timing
to: https://web.dev/navigation-and-resource-timing/

Expand Down
3 changes: 2 additions & 1 deletion src/content/en/fundamentals/performance/_toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ toc:
- title: Optimizing JavaScript
section:
- title: Reduce JavaScript Payloads with Tree Shaking
path: /web/fundamentals/performance/optimizing-javascript/tree-shaking/
path: https://web.dev/reduce-javascript-payloads-with-tree-shaking/
status: external
- title: Reduce JavaScript Payloads with Code Splitting
path: https://web.dev/reduce-javascript-payloads-with-code-splitting
status: external
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 093d83c

Please sign in to comment.