Add new apps

This commit is contained in:
2024-08-22 19:41:40 +02:00
parent 6af6e01ccc
commit f5f07a5b3c
5 changed files with 34 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ import type { ParsedContent } from '@nuxt/content'
export interface AppType extends ParsedContent {
primary?: boolean
name: string
description?: string
nuxt?: string
url: string
icon: string