diff --git a/app.config.ts b/app.config.ts index b57a6ab9..2ade355c 100644 --- a/app.config.ts +++ b/app.config.ts @@ -69,5 +69,9 @@ export default defineAppConfig({ enable: true, title: 'On This Page', }, + search: { + enable: true, + inAside: false, + }, }, }); diff --git a/components/layout/Aside.vue b/components/layout/Aside.vue index e4129461..c93ddf9e 100644 --- a/components/layout/Aside.vue +++ b/components/layout/Aside.vue @@ -1,7 +1,8 @@