Skip to content

Commit a1be07f

Browse files
committed
🐞 fix: links #85 #87
1 parent 4d552f6 commit a1be07f

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/.lycheeignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ https://www.freepik.com
1717
https://3dexport.com
1818
https://dimensiva.com/free-3d-models/
1919
https://web.dev
20+
https://mui.com

source-web/src/assets/db/blogs.json

+5-12
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@
150150
},
151151
{
152152
"id": 20,
153-
"order": 8,
154-
"name": "Delba Blog",
155-
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/blogs/chfpxvalueckpy8uhahk.webp",
156-
"link": "https://delba.dev/blog"
153+
"order": 80,
154+
"name": "The Shape of AI",
155+
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/blogs/shapeofai",
156+
"link": "https://www.shapeof.ai/",
157+
"tags": ["AI", "Patterns"]
157158
},
158159
{
159160
"id": 21,
@@ -178,13 +179,5 @@
178179
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/blogs/codrops",
179180
"link": "https://tympanus.net/codrops/demos/",
180181
"tags": ["Three.js", "Webgl"]
181-
},
182-
{
183-
"id": 24,
184-
"order": 80,
185-
"name": "The Shape of AI",
186-
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/blogs/shapeofai",
187-
"link": "https://www.shapeof.ai/",
188-
"tags": ["AI", "Patterns"]
189182
}
190183
]

source-web/src/assets/db/tools.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
},
224224
{
225225
"id": 28,
226-
"order": 93,
226+
"order": 83,
227227
"name": "og.new",
228228
"link": "https://og.new/",
229229
"img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/tools/usxfnxgq0vrxfvkk7qpf",

0 commit comments

Comments
 (0)