import React from 'react' import { Head, Notes } from 'mdx-deck'
export { dark as theme } from 'mdx-deck/themes'
<title>Deploying MDX Desk to Zeit now</title>Deploying a MDX-DECK PRESENTTION APP TO ZEIT NOW
<title>Deploying MDX Desk to Zeit now</title>
{
"version": 2,
"name": "mdx-desk-to-now",
"builds": [
{"src": "package.json", "use": "@now/static-build"}
]
}
<title>Deploying MDX Desk to Zeit now</title>
{
"scripts": {
...
"now-build": "mdx-deck build demo-advanced.mdx --no-html && cp -r images dist/ && cp -r snippets dist/"
}
}
hello