File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Yarn
3
3
description : > # this means to ignore newlines until "baseurl:"
4
4
Fast, reliable, and secure dependency management.
5
5
baseurl : " "
6
- url : " https://yarnpkg.com"
6
+ url : " https://classic. yarnpkg.com"
7
7
twitter_username : yarnpkg
8
8
github_username : yarnpkg
9
9
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const readmeErrorMessage = 'ERROR: No README data found!';
22
22
23
23
function setHead ( { name, description } ) {
24
24
const head = document . querySelector ( 'head' ) ;
25
- const permalink = `https://yarnpkg.com${ packageLink ( name ) } ` ;
25
+ const permalink = `https://classic. yarnpkg.com${ packageLink ( name ) } ` ;
26
26
head . querySelector ( 'meta[property="og:title"]' ) . setAttribute ( 'content' , name ) ;
27
27
document . title = `${ name } | Yarn` ;
28
28
head
You can’t perform that action at this time.
0 commit comments