diff --git a/src/routes/index.svelte b/src/routes/index.svelte index dcbf579..f9381d4 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -3,7 +3,7 @@ { const res = await this.fetch(`/c/all.json`); const { articles } = await res.json(); - return { articles, randomArticle }; + return { articles }; }