add Brotli to ci/cd
Deploy frontend / frontend (push) Failing after 2m8s

This commit is contained in:
2024-12-02 16:08:02 +02:00
parent 26010e9800
commit 7b8e364f6e
4 changed files with 41 additions and 19 deletions
@@ -17,7 +17,8 @@ import { type QRCodeDocument } from '@hereconnect/types'
// Импортируем все инструкции из директории
const importInstructions = import.meta.glob('/src/content/placementInstructions/*.md', {
as: 'raw',
query: '?raw',
import: 'default',
}) as unknown as Record<string, () => Promise<string>>
const { placement } = defineProps<{ placement: QRCodeDocument['placement'] }>()