Skip to content

Commit e2ec6be

Browse files
author
Victor
authored
Merge pull request #115 from devind-team/114-поправить-баг-на-шаблоне-клиента
fix: Исправлен заголовок
2 parents 78e84c6 + 0b038ce commit e2ec6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default defineNuxtConfig({
3535
},
3636
head: {
3737
title: 'Главная страница',
38-
titleTemplate: '%s | РААИ',
38+
titleTemplate: '%s | РАИИ',
3939
meta: [
4040
{ charset: 'utf-8' },
4141
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },

0 commit comments

Comments
 (0)