Skip to content

Commit f459939

Browse files
authored
Add www. to greatfrontend.com URLs
1 parent 9531a2b commit f459939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gen.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function processQuestion(
6666
titleSlug: slug(title),
6767
content: tlDrPart
6868
// Replace relative links with absolute links.
69-
.replace('](/', '](https://greatfrontend.com/')
69+
.replace('](/', '](https://www.greatfrontend.com/')
7070
.trim(),
7171
};
7272
}
@@ -143,7 +143,7 @@ ${qn.content
143143
${
144144
onGFE
145145
? `
146-
> Read the [detailed answer](${qn.href}) on [GreatFrontEnd](https://greatfrontend.com/) which allows progress tracking, contains more code samples, and useful resources.
146+
> Read the [detailed answer](${qn.href}) on [GreatFrontEnd](https://www.greatfrontend.com?gnrs=github) which allows progress tracking, contains more code samples, and useful resources.
147147
`
148148
: ''
149149
}

0 commit comments

Comments
 (0)