--- import { Deploy } from '../../client/Deploy' import { loadConfig } from '../../config' import Layout from '../../layouts/Layout.astro' const { deploys } = await loadConfig() ---

Deploys

add New Deploy
{deploys.toReversed().map(deploy => )}