Skip to content

Commit

Permalink
chore: ignore types
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 18, 2023
1 parent c9da498 commit 586778d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default defineNuxtModule<ModuleOptions>({
}

// Public runtime config
// @ts-ignore
nuxt.options.runtimeConfig.public.github = defu(nuxt.options.runtimeConfig.public.github, config)
// @ts-ignore
nuxt.options.runtimeConfig.github = defu(nuxt.options.runtimeConfig.github, config)

// Autolink issue/PR/commit links using `remark-github` plugin
Expand Down

0 comments on commit 586778d

Please # to comment.