Skip to content

Commit

Permalink
[PR] Merge pull request #43 from LS-KR/main
Browse files Browse the repository at this point in the history
[U] Adapt separated list from data
  • Loading branch information
LS-KR authored Apr 5, 2024
2 parents b5e0508 + cbe7d60 commit 505d67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default class Home extends Vue
created(): void
{
info(`Language: ${this.lang}`)
fetchWithLang(urljoin(dataHost, 'people-list.json'))
fetchWithLang(urljoin(dataHost, 'people-home-list.json'))
.then(it => it.text())
.then(it => {
this.people = JSON.parse(it)
Expand Down

0 comments on commit 505d67f

Please sign in to comment.