valaxy-theme-hairy 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/valaxy.config.ts +1 -1
package/package.json
CHANGED
package/valaxy.config.ts
CHANGED
@@ -7,7 +7,7 @@ import addonStatistics from './node/addon-statistics'
|
|
7
7
|
import addonToc from './node/addon-toc'
|
8
8
|
export default defineTheme<HairyTheme>((options) => {
|
9
9
|
const images = addonImages(options)
|
10
|
-
const hairy = addonHairy()
|
10
|
+
const hairy = addonHairy(options)
|
11
11
|
|
12
12
|
return {
|
13
13
|
vite: images.vite,
|