Skip to content

Commit

Permalink
feat: add vercel icon
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Aug 15, 2024
1 parent b8696ef commit a7555fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/file-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,12 @@ export let fileIcons: FileIcon[] = [
name: 'TypeScript',
id: 'typescript',
},
{
files: ['vercel.json', '.vercelignore', 'now.json', '.nowignore'],
name: 'Vercel',
id: 'vercel',
light: true,
},
{
files: [
'vite.config.js',
Expand Down
1 change: 1 addition & 0 deletions icons/files/vercel-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/files/vercel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7555fd

Please sign in to comment.