fix: добавить cache-busting для ARCHITECTURE.md через query-параметр версии

This commit is contained in:
2026-05-01 21:06:34 +03:00
parent d69fca16fe
commit 1af27795ed

View File

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