Workflow improvements

This commit is contained in:
Firq 2024-07-18 21:29:12 +02:00
parent 57cf29e71c
commit 89189da621
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
7 changed files with 1360 additions and 1583 deletions

View file

@ -10,7 +10,7 @@ import SmallTitle from '../components/smallTitle.astro'
export interface Props {
collection: 'teslafest' | 'taInfoData'
collectionKey: string
baseurl: 'database' | 'teslafest'
baseurl: string
}
const { collection, collectionKey, baseurl } = Astro.props