gatsby-plugin-feed
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -61,3 +61,3 @@ "use strict"; | ||
exports.onPostBuild = function () { | ||
var _ref3 = (0, _asyncToGenerator3.default)(_regenerator2.default.mark(function _callee(_ref2, pluginOptions) { | ||
var _ref3 = (0, _asyncToGenerator3.default)( /*#__PURE__*/_regenerator2.default.mark(function _callee(_ref2, pluginOptions) { | ||
var graphql = _ref2.graphql; | ||
@@ -91,3 +91,3 @@ | ||
case 6: | ||
_loop = _regenerator2.default.mark(function _loop(f) { | ||
_loop = /*#__PURE__*/_regenerator2.default.mark(function _loop(f) { | ||
var _options$f, setup, locals, feed, serializer, items; | ||
@@ -94,0 +94,0 @@ |
@@ -41,3 +41,3 @@ "use strict"; | ||
// Run a default query to gather some information about the site. | ||
query: "\n {\n site {\n siteMetadata {\n title\n description\n siteUrl\n }\n }\n }\n ", | ||
query: "\n {\n site {\n siteMetadata {\n title\n description\n siteUrl\n site_url: siteUrl\n }\n }\n }\n ", | ||
@@ -44,0 +44,0 @@ // Setup an RSS object, merging on various feed-specific options. |
{ | ||
"name": "gatsby-plugin-feed", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Creates an RSS feed for your Gatsby site.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,2 +41,3 @@ # gatsby-plugin-feed | ||
siteUrl | ||
site_url: siteUrl | ||
} | ||
@@ -43,0 +44,0 @@ } |
12559
86