import type { MetaFunction } from '@remix-run/node'; export const meta: MetaFunction = () => { return [ { title: 'DAM: ImageVault integration' }, { name: 'description', content: 'Integration of ImageVault as a DAM for Contentstack', }, ]; }; export default function Index() { return null; }