Add line breaks to description

This commit is contained in:
2025-09-11 22:51:23 +02:00
parent 86a66aad37
commit 5d4e802796
7 changed files with 53 additions and 19 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ import { useTitleStore } from '~/stores/title';
import { fullDate } from '~~/server/utils/date';
definePageMeta({
middleware: ['admin']
middleware: ['admin'],
keepalive: false
});
const app = useNuxtApp();