Skip to content

添加本地搜索框

config.ts
ts
export default defineConfig({
    themeConfig: {
        search: 'local'
    }
})

提示

只需要在主题中配置search为local即可

参考链接

Released under the MIT License.