import { buildConfig } from '../buildConfig'; export const slug = 'slugname'; export default buildConfig({ collections: [{ slug, fields: [], }], });