{"version":3,"sources":["webpack:///./src/templates/redirect-external.js"],"names":["RedirectExternal","render","content","this","props","pageContext","dest","httpEquiv","componentDidMount","window","location","Component"],"mappings":"yIAEMA,E,0GACJC,OAAA,WACE,IAIMC,EAAO,UAFTC,KAAKC,MADPC,YAAeC,KAGJ,IACb,OAAO,0BAAMC,UAAU,UAAUL,QAASA,K,EAG5CM,kBAAA,WACE,IACiBF,EACbH,KAAKC,MADPC,YAAeC,KAGbG,SACFA,OAAOC,SAAWJ,I,GAhBOK,aAqBhBX","file":"component---src-templates-redirect-external-js-b33626b430cf16bf13e2.js","sourcesContent":["import React, { Component } from 'react'\n\nclass RedirectExternal extends Component {\n render() {\n const {\n pageContext: { dest },\n } = this.props\n\n const content = `0;URL='${dest}'`\n return \n }\n\n componentDidMount() {\n const {\n pageContext: { dest },\n } = this.props\n\n if (window) {\n window.location = dest\n }\n }\n}\n\nexport default RedirectExternal\n"],"sourceRoot":""}