mirror of https://github.com/YunYouJun/valaxy
feat: export utils like mergeValaxyConfig ..., close #92
This commit is contained in:
parent
84a622d63f
commit
e58c16ea57
|
@ -161,3 +161,7 @@ export default defineValaxyConfig({
|
|||
```
|
||||
|
||||
- [KaTeX | 示例 - Example](/examples/katex)
|
||||
|
||||
## 自动路由替换
|
||||
|
||||
当 Valaxy 检测到文章的 a 链接为站内链接时,会自动将其替换为 `RouterLink`,享受丝滑的动态切换吧!
|
||||
|
|
|
@ -6,3 +6,4 @@ export * from './config'
|
|||
export * from './options'
|
||||
export * from './server'
|
||||
export * from './types'
|
||||
export * from './utils'
|
||||
|
|
|
@ -7,6 +7,7 @@ import consola from 'consola'
|
|||
|
||||
export * from './getGitTimestamp'
|
||||
export * from './helper'
|
||||
export * from './config'
|
||||
|
||||
/**
|
||||
* transform obj for vite code
|
||||
|
|
Loading…
Reference in New Issue