diff --git a/Caddyfile b/Caddyfile index 0780098..67fe031 100644 --- a/Caddyfile +++ b/Caddyfile @@ -4,6 +4,7 @@ header @plainText Content-Type "text/plain; charset=utf-8" @markdown path /ARCHITECTURE.md header @markdown Content-Type "text/markdown; charset=utf-8" + header @markdown Cache-Control "no-cache, no-store, must-revalidate" file_server header Link "; rel=\"llms\"" try_files {path} {path}.html {path}/index.html /index.html diff --git a/src/screens/home/config/home-screen.config.ts b/src/screens/home/config/home-screen.config.ts index 44efcac..d2684cf 100644 --- a/src/screens/home/config/home-screen.config.ts +++ b/src/screens/home/config/home-screen.config.ts @@ -1,5 +1,3 @@ -const version = __BUILD_VERSION__ - export const repositoryUrl = 'https://gromlab.ru/gromov/slm-design' export const homeCards = [ @@ -12,7 +10,7 @@ export const homeCards = [ { title: 'ARCHITECTURE.md', description: 'Полная версия архитектуры в одном файле', - href: `/ARCHITECTURE.md?v=${version}`, + href: '/ARCHITECTURE.md', cta: 'Открыть →', }, {