UNPKG

gatsby-source-sanity

Version:

Gatsby source plugin for building websites using Sanity.io as a backend.

14 lines 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var react_1 = require("react"); exports.onRenderBody = function (_a, config) { var setHeadComponents = _a.setHeadComponents; setHeadComponents([ react_1.createElement('link', { rel: 'preconnect', key: 'sanity-cdn-preconnect', href: 'https://cdn.sanity.io', }), ]); }; //# sourceMappingURL=gatsby-ssr.js.map