{"version":3,"sources":["webpack:///./helpers/blok-prop.js","webpack:///./helpers/meta-tags.js","webpack:///./components/storyblok/Page.vue?9287","webpack:///./components/storyblok/Page.vue","webpack:///./components/storyblok/Page.vue?2d5c","webpack:///./components/storyblok/Page.vue?b3d2"],"names":["blok","type","Object","default","siteTitle","siteUrl","process","window","location","origin","title","path","description","image","fullTitle","url","metaData","key","property","content","name","push","meta","__sfc_main","head","imageUrl","this","seo","og_image","twitter_image","$img","metaTags","$route","props","blokProp","setup","__props","__ctx","component","_vm","_h","$createElement","_c","_self","directives","rawName","value","expression","_l","section","index","_uid","tag","attrs","id","assign","next","body"],"mappings":"2FAAe,KACbA,KAAM,CACJC,KAAMC,OACNC,QAAS,iBAAO,O,uDCHdC,EAAY,eAEdC,EAAUC,8BACMD,EAAUE,OAAOC,SAASC,OAE/B,gBAAyC,IAAtCC,MAAsC,EAAtCA,MAAOC,KAA+B,EAA/BA,KAAMC,EAAyB,EAAzBA,YAAaC,MAAY,EAAZA,MACtCC,EAAYV,EACF,SAAVM,QAAkBI,EAAY,GAAH,OAAMJ,MAAN,cAAiBN,IAEhD,IAAMW,EAAMV,EAAUM,KAEhBK,EAAW,CACf,CACEC,IAAK,WACLC,SAAU,WACVC,QAASL,GAEX,CACEG,IAAK,UACLC,SAAU,UACVC,QAAS,WAEX,CACEF,IAAK,SACLC,SAAU,SACVC,QAASJ,GAEX,CACEE,IAAK,eACLC,SAAU,eACVC,QAAS,uBAEX,CACEF,IAAK,gBACLC,SAAU,gBACVC,QAASL,GAEX,CACEG,IAAK,cACLC,SAAU,cACVC,QAASJ,GAEX,CACEE,IAAK,2BACLG,KAAM,2BACND,QAAS,gDAsCb,OAlCIP,IACFI,EAASK,KAAK,CACZJ,IAAK,iBACLC,SAAU,iBACVC,QAASP,IAGXI,EAASK,KAAK,CACZJ,IAAK,sBACLC,SAAU,sBACVC,QAASP,IAGXI,EAASK,KAAK,CACZJ,IAAK,cACLG,KAAM,cACND,QAASP,KAITC,QACFG,EAASK,KAAK,CACZJ,IAAK,WACLC,SAAU,WACVC,QAAS,GAAF,OAAKd,GAAL,OAAeQ,SAGxBG,EAASK,KAAK,CACZJ,IAAK,gBACLC,SAAU,gBACVC,QAAS,GAAF,OAAKd,GAAL,OAAeQ,UAInB,CACLH,YACAY,KAAMN,K,oDCrFV,I,kBCeMO,EAAa,CACjBC,KADiB,WAEf,IAAMC,EAAWC,KAAK1B,KAAK2B,IAAIC,UAAYF,KAAK1B,KAAK2B,IAAIE,cACnDhB,MAAQY,EAAWC,KAAKI,KAAKL,GAAY,KAC/C,OAAOM,YAAS,CACdrB,MAAOgB,KAAK1B,KAAK2B,IAAIjB,MACrBC,KAAMe,KAAKM,OAAOrB,KAClBC,YAAac,KAAK1B,KAAK2B,IAAIf,YAC3BC,gBAKNU,EAAWU,MAAQC,IAEnBX,EAAWY,MAAQ,SAACC,EAASC,GAC3B,MAAO,IAGMd,IClCya,EDkCzaA,E,QE3BXe,UAAY,YACd,GHRW,WAAa,IAAIC,EAAIb,KAASc,EAAGD,EAAIE,eAAmBC,EAAGH,EAAII,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,WAAW,CAAC,CAACxB,KAAK,WAAWyB,QAAQ,aAAaC,MAAOP,EAAQ,KAAEQ,WAAW,UAAUR,EAAIS,GAAIT,EAAIvC,KAAS,MAAE,SAASiD,QAAQC,GAAO,OAAOR,EAAGO,QAAQX,UAAU,CAACrB,IAAIgC,QAAQE,KAAKC,IAAI,YAAYC,MAAM,CAAC,GAAKJ,QAAQK,IAAO,WAAcL,QAAY,KAAG,KAAO/C,OAAOqD,OAAO,GAAIN,QAAS,CAACO,KAAMjB,EAAIvC,KAAKyD,KAAKP,EAAQ,WAAU,KAC1Z,IGUpB,EACA,KACA,KACA,MAIa,UAAAZ,U","file":"3bb3a5a.js","sourcesContent":["export default {\n blok: {\n type: Object,\n default: () => ({}),\n },\n};\n","const siteTitle = \"Aisle Rocket\";\n\nlet siteUrl = process.env.SITE_URL;\nif (process.client) siteUrl = window.location.origin;\n\nexport default ({ title, path, description, image }) => {\n let fullTitle = siteTitle;\n if (title !== \"Home\") fullTitle = `${title} | ${siteTitle}`;\n\n const url = siteUrl + path;\n\n const metaData = [\n {\n key: \"og:title\",\n property: \"og:title\",\n content: fullTitle,\n },\n {\n key: \"og:type\",\n property: \"og:type\",\n content: \"website\",\n },\n {\n key: \"og:url\",\n property: \"og:url\",\n content: url,\n },\n {\n key: \"twitter:card\",\n property: \"twitter:card\",\n content: \"summary_large_image\",\n },\n {\n key: \"twitter:title\",\n property: \"twitter:title\",\n content: fullTitle,\n },\n {\n key: \"twitter:url\",\n property: \"twitter:url\",\n content: url,\n },\n {\n key: \"google-site-verification\",\n name: \"google-site-verification\",\n content: \"uHJjZD-IQkN4BSXni6n7dy16Jge9oQ-kQgA0V8o5_RU\",\n },\n ];\n\n if (description) {\n metaData.push({\n key: \"og:description\",\n property: \"og:description\",\n content: description,\n });\n\n metaData.push({\n key: \"twitter:description\",\n property: \"twitter:description\",\n content: description,\n });\n\n metaData.push({\n key: \"description\",\n name: \"description\",\n content: description,\n });\n }\n\n if (image) {\n metaData.push({\n key: \"og:image\",\n property: \"og:image\",\n content: `${siteUrl}${image}`,\n });\n\n metaData.push({\n key: \"twitter:image\",\n property: \"twitter:image\",\n content: `${siteUrl}${image}`,\n });\n }\n\n return {\n title,\n meta: metaData,\n };\n};\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:\"editable\",rawName:\"v-editable\",value:(_vm.blok),expression:\"blok\"}]},_vm._l((_vm.blok.body),function(section,index){return _c(section.component,{key:section._uid,tag:\"component\",attrs:{\"id\":section.id || (\"section-\" + (section._uid)),\"blok\":Object.assign({}, section, {next: _vm.blok.body[index + 1]})}})}),1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nimport blokProp from \"~/helpers/blok-prop\";\nimport metaTags from \"~/helpers/meta-tags\";\nconst __sfc_main = {\n head() {\n const imageUrl = this.blok.seo.og_image || this.blok.seo.twitter_image;\n const image = imageUrl ? this.$img(imageUrl) : null;\n return metaTags({\n title: this.blok.seo.title,\n path: this.$route.path,\n description: this.blok.seo.description,\n image\n });\n }\n\n};\n__sfc_main.props = blokProp;\n\n__sfc_main.setup = (__props, __ctx) => {\n return {};\n};\n\nexport default __sfc_main;\n","import mod from \"-!../../node_modules/vuetify-loader/lib/loader.js??ref--4!../../node_modules/babel-loader/lib/index.js??ref--4-0!../../node_modules/@nuxt/components/dist/loader.js??ref--2-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!../../node_modules/vue-svg-inline-loader/index.js??ref--2-2!../../node_modules/unplugin/dist/webpack/loaders/transform.js??ref--16-0!./Page.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/vuetify-loader/lib/loader.js??ref--4!../../node_modules/babel-loader/lib/index.js??ref--4-0!../../node_modules/@nuxt/components/dist/loader.js??ref--2-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!../../node_modules/vue-svg-inline-loader/index.js??ref--2-2!../../node_modules/unplugin/dist/webpack/loaders/transform.js??ref--16-0!./Page.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Page.vue?vue&type=template&id=d0b7125a&\"\nimport script from \"./Page.vue?vue&type=script&lang=js&\"\nexport * from \"./Page.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}