Skip to content

Commit c1473fa

Browse files
committed
fix(url): replace url
1 parent f6ef77f commit c1473fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/url.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const home = 'https://baffinlee.github.io/leetcode-javascript';
1+
const home = 'https://baffinlee.com/leetcode-javascript';
22
const github = 'https://github.com/BaffinLee/leetcode-javascript';
33

44
function difficulty (slug, num = 1) {

0 commit comments

Comments
 (0)