Genericize image names

This commit is contained in:
Chalarangelo
2021-06-12 18:03:28 +03:00
parent 19f228760a
commit 52d3d94e84
90 changed files with 50 additions and 50 deletions

View File

@ -3,7 +3,7 @@ title: "Tip: Debugging Node.js using Chrome Developer Tools"
type: tip
tags: javascript,node,debugging
authors: chalarangelo
cover: blog_images/nodejs-chrome-debugging.jpg
cover: blog_images/bug.jpg
excerpt: Did you know you can use Chrome Developer Tools to debug your Node.js code? Find out how in this short guide.
---