mirror of
https://github.com/voson-wang/toon.git
synced 2026-02-09 20:40:39 +08:00
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
|