Skip to content

Commit

Permalink
.gitsha: update the correct worker this time (#7821)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Mar 13, 2024
1 parent a6da7d7 commit cec7b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/scripts/workers-site/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function isAssetUrl(url) {
pathname.startsWith('/manifest.json') ||
pathname.startsWith('/.well-known') ||
pathname.startsWith('/documents') ||
pathname.startsWith('/.version')
pathname.startsWith('/.gitsha')
)
}

Expand Down

0 comments on commit cec7b35

Please sign in to comment.