summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/test/fixtures/mdx-optimize/src/pages/index.mdx
blob: a3545bd8c80592bcc2159160fdc2e1230d89be82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Blockquote from '../components/Blockquote.astro'

export const components = {
  blockquote: Blockquote
}

# MDX page

I once heard a very inspirational quote:

> I like pancakes

```js
const pancakes = 'yummy'
```