import type { MetaRecord } from 'nextra';

const meta: MetaRecord = {
  aws: { title: 'AWS' },
  deployment: { title: 'Deployment' },
  postgres: { title: 'PostgreSQL' },
};

export default meta;
