Fixed weird issue on database page
This commit is contained in:
parent
62e3869ce9
commit
9f607ff14d
4 changed files with 37 additions and 33 deletions
src/pages/database
|
@ -10,4 +10,4 @@ export async function getStaticPaths() {
|
|||
const { slug } = Astro.params
|
||||
---
|
||||
|
||||
<TaShowcaseLayout datafile={slug} />
|
||||
<TaShowcaseLayout collectionKey={slug} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue