netlify-plugin-submit-sitemap
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -13,4 +13,4 @@ const url = require('url'); | ||
const providerUrls = { | ||
'google': (sitemapUrl) => `https://www.gogle.com/ping?sitemap=${sitemapUrl}`, | ||
'bing': (sitemapUrl) => `https://www.big.com/ping?sitemap=${sitemapUrl}`, | ||
'google': (sitemapUrl) => `https://www.google.com/ping?sitemap=${sitemapUrl}`, | ||
'bing': (sitemapUrl) => `https://www.bing.com/ping?sitemap=${sitemapUrl}`, | ||
} | ||
@@ -37,3 +37,2 @@ | ||
} catch (error) { | ||
console.log({error}) | ||
return { message: `\u274c ERROR! was not able to submit sitemap to ${provider}`, error }; | ||
@@ -40,0 +39,0 @@ } |
{ | ||
"name": "netlify-plugin-submit-sitemap", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Automatically submit your sitemap to Google and Bing!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5253
83