Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 24, 2024
1 parent 3d21b2b commit b0d3610
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/plugin-active-header-links/src/client/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const headerAnchorSelector = __AHL_HEADER_ANCHOR_SELECTOR__
const delay = __AHL_DELAY__
const offset = __AHL_OFFSET__

const clientConfig: ClientConfig = defineClientConfig({
export default defineClientConfig({
setup() {
if (__VUEPRESS_SSR__) return

Expand All @@ -23,6 +23,4 @@ const clientConfig: ClientConfig = defineClientConfig({
offset,
})
},
})

export default clientConfig
}) as ClientConfig

0 comments on commit b0d3610

Please sign in to comment.