We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2d8b3 commit 45f0b01Copy full SHA for 45f0b01
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webdevhome.github.io-vite",
3
- "version": "2.0.25",
+ "version": "2.0.26",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -411,6 +411,11 @@
411
"searchUrl": "https://cheatography.com/explore/search/?q={search}",
412
"searchConcat": "+"
413
},
414
+ {
415
+ "title": "devhints.io",
416
+ "url": "https://devhints.io/",
417
+ "description": "A list of cheatsheets by Rico Sta. Cruz."
418
+ },
419
420
"title": "Interactive Git Cheat Sheet",
421
"url": "https://ndpsoftware.com/git-cheatsheet.html",
0 commit comments