fix(post): fetch code lazily
This commit is contained in:
parent
ee3a3b61a2
commit
ed83255604
10 changed files with 209 additions and 172 deletions
|
|
@ -19,9 +19,7 @@ const postMapping = new Map([
|
|||
[
|
||||
"Algorithms",
|
||||
[
|
||||
{ name: "leetcode daily", link: "leetcode-daily" },
|
||||
{ name: "extrema circular buffer", link: "extrema-circular-buffer" },
|
||||
{ name: "two pointers", link: "two-pointers" },
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue