Update style

This commit is contained in:
2024-08-22 19:19:33 +02:00
parent 605dc52fef
commit 57ac73a81d
15 changed files with 68 additions and 35 deletions

View File

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