diff --git a/_docker/nginx/local/conf.d/nginx.conf b/_docker/nginx/local/conf.d/nginx.conf index cfe5efd..a10e9ec 100644 --- a/_docker/nginx/local/conf.d/nginx.conf +++ b/_docker/nginx/local/conf.d/nginx.conf @@ -1,4 +1,20 @@ server { + + gzip on; + gzip_disable "msie6"; # Отключение для IE6 (устаревший браузер) + + gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml; + + gzip_min_length 1024; + + gzip_comp_level 6; + + gzip_buffers 16 8k; + + gzip_proxied any; + + gzip_vary on; + client_max_body_size 200M; # Максимальный размер тела запроса large_client_header_buffers 4 128k; # Размеры буферов для заголовков diff --git a/_docker/nginx/prod/conf.d/nginx.conf b/_docker/nginx/prod/conf.d/nginx.conf index 8454131..f94f33a 100644 --- a/_docker/nginx/prod/conf.d/nginx.conf +++ b/_docker/nginx/prod/conf.d/nginx.conf @@ -1,4 +1,20 @@ server { + + gzip on; + gzip_disable "msie6"; # Отключение для IE6 (устаревший браузер) + + gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml; + + gzip_min_length 1024; + + gzip_comp_level 6; + + gzip_buffers 16 8k; + + gzip_proxied any; + + gzip_vary on; + client_max_body_size 200M; # Максимальный размер тела запроса large_client_header_buffers 4 128k; # Размеры буферов для заголовков diff --git a/resources/js/Navbars/DesktopNavBar.vue b/resources/js/Navbars/DesktopNavBar.vue index f9cdbf9..0784948 100644 --- a/resources/js/Navbars/DesktopNavBar.vue +++ b/resources/js/Navbars/DesktopNavBar.vue @@ -82,7 +82,7 @@ Расписание - + - - - + + + diff --git a/resources/js/Navbars/MobileNavbar.vue b/resources/js/Navbars/MobileNavbar.vue index 777b2fe..fcf5119 100644 --- a/resources/js/Navbars/MobileNavbar.vue +++ b/resources/js/Navbars/MobileNavbar.vue @@ -79,19 +79,26 @@ Расписание + + + + + +
{{ item.data.title }}
diff --git a/resources/js/componentss/features/search/components/Items/ResultEducationalProgramItem.vue b/resources/js/componentss/features/search/components/Items/ResultEducationalProgramItem.vue index 41e902d..2e599f7 100644 --- a/resources/js/componentss/features/search/components/Items/ResultEducationalProgramItem.vue +++ b/resources/js/componentss/features/search/components/Items/ResultEducationalProgramItem.vue @@ -5,7 +5,7 @@{{ item.data.title }}
{{ item.matches[0] }}
+{{ item.matches[0] }}
{{ item.data.title }}
{{ item.matches[0] }}
+{{ item.matches[0] }}
{{ item.data.title }}
{{ item.matches[0] }}
+{{ item.matches[0] }}
{{ item.data.title }}
{{ item.matches[0] }}
+{{ item.matches[0] }}
{{ item.data.title }}
{{ item.matches[0] }}
+{{ item.matches[0] }}