Skip to content

Commit

Permalink
📄 Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb authored Dec 11, 2023
1 parent 41f8a9b commit a32d7ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ yarn install

4. Go to the [**`src/data/svgs.ts`**](https://github.com/pheralb/svgl/blob/main/src/data/svgs.ts) and add the information about your logo, following the structure:

> [!IMPORTANT]
> To avoid conflicts with other svgs IDs, generate a short ``uuid`` for the id: [Generate](https://generateuuid.online/short-uuid).
```json
{
"id": 1,
"id": 28NcjLCRGMGz,
"title": "Title",
"category": "Category",
"route": "/library/your_logo.svg",
Expand Down

1 comment on commit a32d7ba

@vercel
Copy link

@vercel vercel bot commented on a32d7ba Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-pheralb.vercel.app
svgl-git-main-pheralb.vercel.app
svgl.vercel.app

Please sign in to comment.