Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/config/2022.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,15 @@
"linkedin": "tunetheweb",
"twitter": "tunetheweb"
},
"ibelem": {
"name": "Belem Zhang",
"teams": [
"translators"
],
"avatar_url": "5017359",
"github": "ibelem",
"twitter": "ibelem"
},
"binji": {
"name": "Ben Smith",
"teams": [
Expand Down
2 changes: 1 addition & 1 deletion src/content/en/2022/pwa.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ While there isn't parity between major browsers when it comes to service worker

### Service worker usage

For comparison reasons, we have run the same queries as last year, which allows us to try to make sense of the evolution of service worker usage. Last year's chapter gave the explanation of [why it isn't trivial to find out actual usage of service worker](./2021/pwa#service-workers-usage), and that is just as true this year.
For comparison reasons, we have run the same queries as last year, which allows us to try to make sense of the evolution of service worker usage. Last year's chapter gave the explanation of [why it isn't trivial to find out actual usage of service worker](../2021/pwa#service-workers-usage), and that is just as true this year.

Looking at two of the measures:

Expand Down
Loading