Skip to content

Commit

Permalink
Ignore missing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek committed Oct 17, 2022
1 parent 77207d6 commit eccb34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gatsby-source-jenkinsplugins/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const getPluginContent = async ({wiki, pluginName, reporter, createNode, createC
id: `${pluginName} <<< JenkinsPluginWiki`,
name: pluginName,
url: url,
baseHref: `${path.dirname(url)}/`,
baseHref: `${url && path.dirname(url)}/`,
internal: {
type: 'JenkinsPluginWiki',
content: content,
Expand Down

0 comments on commit eccb34b

Please sign in to comment.