A description tag for each page can be added by exporting a variable named `description` from each mdx file. e.g.: ``` export const description = "This will be the description" ```