From cbe7d6022a0db5be2e6b01f015c3f8334979c43b Mon Sep 17 00:00:00 2001 From: Elihuso Quigley Date: Thu, 4 Apr 2024 19:56:04 +0800 Subject: [PATCH] [T] Change people-list.json to people-home-list.json --- src/views/Home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index ce16f923d..4a94dd954 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -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)