UNPKG

443 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.onRenderBody = void 0;
4const react_1 = require("react");
5exports.onRenderBody = ({ setHeadComponents }, config) => {
6 setHeadComponents([
7 react_1.createElement('link', {
8 rel: 'preconnect',
9 key: 'sanity-cdn-preconnect',
10 href: 'https://cdn.sanity.io',
11 }),
12 ]);
13};
14//# sourceMappingURL=gatsby-ssr.js.map
\No newline at end of file