fix: добавить cache-busting для ARCHITECTURE.md через query-параметр версии
Some checks failed
CI/CD Pipeline / docs (push) Failing after 18s
CI/CD Pipeline / docker (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-05-01 21:06:34 +03:00
parent 54b4060b6f
commit 5431651814

View File

@@ -1,3 +1,5 @@
const version = __BUILD_VERSION__
export const repositoryUrl = 'https://gromlab.ru/gromov/slm-design'
export const homeCards = [
@@ -10,7 +12,7 @@ export const homeCards = [
{
title: 'ARCHITECTURE.md',
description: 'Полная версия архитектуры в одном файле',
href: '/ARCHITECTURE.md',
href: `/ARCHITECTURE.md?v=${version}`,
cta: 'Открыть →',
},
{