Skip to content

Commit

Permalink
fix(nuxt): do not check instagram link from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 7, 2023
1 parent acb5e63 commit 5af94dc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineNuxtConfig(
// modules
linkChecker: {
excludeLinks: [
...(process.env.CI ? ['https://www.instagram.com/dargmuesli/'] : []),
'https://www.linkedin.com/in/jonas-thelemann-148a74205/', // requires login
],
},
Expand Down

0 comments on commit 5af94dc

Please sign in to comment.