Fix Elo Page
This commit is contained in:
@@ -3,7 +3,6 @@ import {createGetStaticPaths, t} from "astro-i18n";
|
||||
import {getCollection, CollectionEntry} from "astro:content";
|
||||
import PageLayout from "../../layouts/PageLayout.astro";
|
||||
import EloTable from "../../components/EloTable.svelte";
|
||||
import "@styles/table.css";
|
||||
|
||||
export const getStaticPaths = createGetStaticPaths(async () => {
|
||||
const modes = await getCollection("modes", entry => entry.data.ranked);
|
||||
|
||||
Reference in New Issue
Block a user