import { Counter } from './_components/Counter';
export const documentProps = { title: 'Some Markdown Page' };
This page is written in Markdown.
To use Markdown add vite-plugin-mdx
to your vite.config.js
.
MDX allows us to include interactive components in the markdown.