Add new files in project config

This commit is contained in:
2024-11-20 17:36:33 +01:00
parent 6e7243982b
commit 4f2fc31695
7 changed files with 69 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ import { parseURL } from 'ufo';
import { Icon } from '@iconify/vue/dist/iconify.js';
const iconByType: Record<string, string> = {
'folder': 'circum:folder-on',
'folder': 'lucide:folder',
'canvas': 'ph:graph-light',
'file': 'radix-icons:file',
}