This is api.
∂ωr∂r(ωyω)=(ωyω){(logy)r+i=1∑rωi(−1)Ir⋯(r−i+1)(logy)ri}
# another-home-path.md
---
title: 指定首页
home: true
---
// .vuepress/config.ts
import { defineUserConfig } from 'vuepress'
import { recoTheme } from 'vuepress-theme-reco'
export default defineUserConfig({
theme: recoTheme({
home: '/another-home-path'
})
})