also looking at this
fix(docs): deploy corrected active tabs
#81
6 files
+64
-5
| @@ -1,5 +1,5 @@ | ||
| 1 | import type { BunPressOptions } from '../src/types' | |
| 2 | import { defaultConfig } from '../src/config' | |
| 1 | import type { BunPressOptions } from '../packages/bunpress/src/types' | |
| 2 | import { defaultConfig } from '../packages/bunpress/src/config' | |
| 3 | 3 | |
| 4 | 4 | const config: BunPressOptions = { |
| 5 | 5 | ...defaultConfig, |