Fixed weird issue on database page

This commit is contained in:
Firq-ow 2024-01-09 19:09:53 +01:00
parent 62e3869ce9
commit 9f607ff14d
Signed by: Firq
GPG key ID: BC5CE35A72BDB4AB
4 changed files with 37 additions and 33 deletions
src/pages/database

View file

@ -10,4 +10,4 @@ export async function getStaticPaths() {
const { slug } = Astro.params
---
<TaShowcaseLayout datafile={slug} />
<TaShowcaseLayout collectionKey={slug} />