- Add your resource in
services/resources.json
. You can find the format
below.
{
"id": 16, //increment accordingly
"category": "Icons", // (Icons, Illustrations, Web App, Mobile App, Stock Photos, Tools)
"title": "svgporn.com", // specify the clear title
"description": "SVG logos for developers, designers, bloggers, geeks and more", // with description
"link": "https://svgporn.com/", // share the website link
"license": "Free" // specify is this fully free or freemium (Free + Buy as you go) (don't put `Free, Freemium`, it is wrong.)
},
- Commit and push! 😊👍