8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import type { Config } from 'automd'
|
|
|
|
const config: Config = {
|
|
input: ['docs/guide/benchmarks.md'],
|
|
}
|
|
|
|
export default config
|