Skip to content
Snippets Groups Projects

#72 - Add about page + handle markdown

Merged simon.mellerin requested to merge 72-about into main
10 files
+ 139
1
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -64,6 +64,11 @@ const menuItems = computed(() => {
label: currentLocale.value,
items: localeItems
},
{
icon: 'fa-solid fa-circle-info',
title: t('about.title'),
command: () => router.push({ name: 'about' })
},
{
icon: 'fa-regular fa-envelope',
url: contactHref
Loading