Skip to content

Commit

Permalink
Исправлено: Динамическая сортировка - Имена файлов
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampernic committed Jun 25, 2024
1 parent 09cf643 commit 4f0490c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/components/AGWHomeTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { sortMembers } from '../composables/sorters';
import { homeSorting, limit } from '../../../_data/team';
import * as team from '../../../_data/newteam.json'
import * as team from '../../../_data/fullteam.json'
</script>
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/AGWTeamPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
import { developersSection, membersSection, teamSorting } from '../../../_data/team';
import { sortMembers } from '../composables/sorters';
import * as team from '../../../_data/newteam.json'
import * as team from '../../../_data/fullteam.json'
import { useData } from 'vitepress'
Expand Down

0 comments on commit 4f0490c

Please sign in to comment.