I tried an .mdx file in a route with the v2_meta: true future flag. Following the docs at: https://remix.run/docs/en/v1/guides/mdx
meta:
title: My First Post
description: Isn't this awesome?
headers:
Cache-Control: no-cache
This will blow up with the v2_meta invalid error. Anybody know if this (i.e. mdx) will still be supported with the v2_meta: true? or if there is a formatting change? If I remove the frontmatter it works.. was hoping for both though. Non-urgent.. just curious..
Remix makes integrating MDX into your project a breeze with built in routes and "import" support.