From 69ca24750ecba8945a57f2c662cc5ca44964d76a Mon Sep 17 00:00:00 2001 From: Ricardo Canastro Date: Wed, 13 Dec 2017 23:25:02 +0000 Subject: [PATCH] Add pathPrefix support to manifest plugin (#3170) --- packages/gatsby-plugin-manifest/src/gatsby-ssr.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-manifest/src/gatsby-ssr.js b/packages/gatsby-plugin-manifest/src/gatsby-ssr.js index 99d5f152f03de..000b8c8ab6c95 100644 --- a/packages/gatsby-plugin-manifest/src/gatsby-ssr.js +++ b/packages/gatsby-plugin-manifest/src/gatsby-ssr.js @@ -1,11 +1,12 @@ import React from "react" +import { withPrefix } from "gatsby-link" exports.onRenderBody = ({ setHeadComponents }, pluginOptions) => { setHeadComponents([ ,