Skip to content

Commit 3b14b67

Browse files
fix
1 parent 4f58abd commit 3b14b67

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build
4141
run: npm run build
4242

43-
# ← ЭТА СТРОЧКА РЕШАЕТ ВСЮ ПРОБЛЕМУ С 404 ПРИ ОБНОВЛЕНИИ СТРАНИЦ
43+
# РЕШАЕТ ПРОБЛЕМУ С 404 ПРИ ОБНОВЛЕНИИ СТРАНИЦ
4444
- name: Create 404.html for SPA routing
4545
run: cp dist/index.html dist/404.html
4646

src/App.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script setup lang="ts">
2-
import { onMounted } from 'vue'
32
import AppHeader from '@/components/App/AppHeader.vue'
43
import AppFooter from '@/components/App/AppFooter.vue'
54
import ModalError from '@/components/Modals/ModalError.vue'

src/views/home-view.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ const swiperOptions = {
113113
</li>
114114
<li>
115115
<p class="home-view__about-description p1">
116-
Образование: Пензенский государственный университет (бывший ППИ). Факультет информатики и
117-
вычислительной техники (ФВТ)
116+
Образование: Пензенский государственный университет (бывший ППИ). Факультет вычислительной техники (ФВТ)
118117
</p>
119118
</li>
120119
</ul>

0 commit comments

Comments
 (0)