classe et espece
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
import { getCollection, render } from "astro:content";
|
import { getCollection, render } from "astro:content";
|
||||||
import GameLayout from "../../../layouts/GameLayout.astro";
|
import GameLayout from "../../layouts/GameLayout.astro";
|
||||||
|
|
||||||
export async function getStaticPaths() {
|
export async function getStaticPaths() {
|
||||||
const classEntries = await getCollection("classes");
|
const classEntries = await getCollection("classes");
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
import { getCollection, render } from "astro:content";
|
import { getCollection, render } from "astro:content";
|
||||||
import GameLayout from "../../../layouts/GameLayout.astro";
|
import GameLayout from "../../layouts/GameLayout.astro";
|
||||||
|
|
||||||
export async function getStaticPaths() {
|
export async function getStaticPaths() {
|
||||||
const especeEntries = await getCollection("especes");
|
const especeEntries = await getCollection("especes");
|
||||||
|
|||||||
Reference in New Issue
Block a user