(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[718],{82670:function(e,t,n){(window.__NEXT_P=window.__NEXT_P||[]).push(["/acerca-de-spotme/[topic]",function(){return n(72028)}])},72028:function(e,t,n){"use strict";n.r(t),n.d(t,{__N_SSG:function(){return h}});var r=n(35944),i=n(5152),o=n.n(i),a=n(9008),s=n.n(a),c=n(47075);let l=o()(()=>Promise.all([n.e(1664),n.e(650),n.e(5836),n.e(1812),n.e(7153),n.e(6461)]).then(n.bind(n,29293)),{loadableGenerated:{webpack:()=>[29293]}}),d=o()(()=>Promise.all([n.e(1664),n.e(5675),n.e(5836),n.e(7153),n.e(1318),n.e(3763),n.e(5238),n.e(1205),n.e(6669),n.e(1591),n.e(8629),n.e(4627),n.e(7745)]).then(n.bind(n,59819)),{loadableGenerated:{webpack:()=>[59819]}}),u=o()(()=>Promise.all([n.e(1664),n.e(650),n.e(5675),n.e(5836),n.e(1812),n.e(7153),n.e(3765)]).then(n.bind(n,55487)),{loadableGenerated:{webpack:()=>[55487]}}),p=o()(()=>Promise.all([n.e(4866),n.e(232)]).then(n.bind(n,90232)),{loadableGenerated:{webpack:()=>[90232]}});var h=!0;t.default=e=>{let{topic:t,posts:n}=e;if(!n||!t)return null;let{path:i,title:o,description:a,metaImg:h}=c.n4[t],m="https://www.spotme.mx".concat(i);return(0,r.BX)("div",{style:{height:"100%"},children:[(0,r.BX)(s(),{children:[(0,r.tZ)("title",{children:o}),(0,r.tZ)("meta",{name:"description",content:a}),(0,r.tZ)("link",{rel:"icon",href:"/logos/Logo_Grande.ico"}),(0,r.tZ)("link",{rel:"canonical",href:m}),(0,r.tZ)("meta",{name:"robots",content:"index,follow"}),(0,r.tZ)("meta",{property:"og:title",content:o}),(0,r.tZ)("meta",{property:"og:type",content:"website"}),(0,r.tZ)("meta",{property:"og:locale:alternate",content:"es_ES"}),(0,r.tZ)("meta",{property:"og:url",content:m}),(0,r.tZ)("meta",{property:"fb:app_id",content:"1664394843756674"}),(0,r.tZ)("meta",{property:"og:image",content:h,itemProp:"image"}),(0,r.tZ)("meta",{property:"og:description",content:a}),(0,r.tZ)("meta",{name:"twitter:card",content:"summary"}),(0,r.tZ)("meta",{name:"twitter:site",content:"@spotmemx"}),(0,r.tZ)("meta",{name:"twitter:title",content:o}),(0,r.tZ)("meta",{name:"twitter:description",content:a}),(0,r.tZ)("meta",{name:"twitter:image",content:h})]}),(0,r.BX)("main",{style:{height:"100%"},children:[(0,r.tZ)(u,{}),(0,r.tZ)(d,{posts:n,topic:t}),(0,r.tZ)(l,{}),(0,r.tZ)(p,{})]})]})}},48709:function(e,t,n){"use strict";var r=n(9699),i=n(66236),o=n(99066),a=n(37865),s=n(57054);t.Z=e=>{let t=(0,r.L)({uri:s.Z.hygraph.url}),n=(0,a.v)((e,t)=>{let{headers:n}=t,r=s.Z.hygraph.apiKey;return{headers:{...n,authorization:r?"Bearer ".concat(r):""}}});return new i.f({ssrMode:!e,link:n.concat(t),cache:new o.h})}},67550:function(e,t,n){"use strict";var r,i,o,a,s,c;n.d(t,{KK:function(){return i},OO:function(){return r},PV:function(){return o}}),(a=r||(r={})).Home="/",a.TermsAndConditions="/terminos-y-condiciones",a.Disclosures="/aviso-de-privacidad",a.Login="/login",a.Anfitrion="/anfitrion",a.Negocio="/negocio",a.Directory="/directory",a.Help="/acerca-de-spotme",a.Blog="/blog",a.Refer="/invita",a.Broker="/broker",a.Search="/search",a.Details="/alojamientos",a.User="/user",a.Bussiness="/bussiness",a.CheckoutDetails="/checkoutDetails",a.Dashboard="/dashboard/host",a.DashboardRent="/dashboard/rent",a.Listings="/dashboard/host/listings",a.Rents="/dashboard/host/rents",a.HostProfile="/dashboard/host/profile",a.HostEditProfile="/dashboard/host/editProfile",a.HostMessages="/dashboard/host/messages",a.Referral="/dashboard/host/referral",a.CompleteProfile="/complete-profile",a.Reservations="/dashboard/rent/reservations",a.RentMessages="/dashboard/rent/messages",a.RentProfile="/dashboard/rent/profile",a.RentEditProfile="/dashboard/rent/editProfile",a.BankInfo="/dashboard/bankInfo",a.EditBankInfo="/dashboard/editBankInfoUser",a.Admin="/dashboard/admin",a.UserConfirmation="/userConfirmation",a.SubmitLocation="/post",a.Checkout="/checkout",a.PhonePrompt="/phoneConfirmation",(s=i||(i={})).Both="BOTH",s.Vehicle="VEHICLE",s.SelfStorage="SELF_STORAGE",(c=o||(o={})).Reservation="reservation",c.Rent="rent"},47075:function(e,t,n){"use strict";n.d(t,{QH:function(){return u},MD:function(){return i},n4:function(){return m},bP:function(){return g}});var r,i,o=n(82729),a=n(68806);n(48709);var s=n(67550),c=n(95340);function l(){let e=(0,o._)(["\n  query GetPosts(\n    $first: Int!\n    $skip: Int!\n    $orderBy: PostOrderByInput!\n    $where: PostWhereInput!\n  ) {\n    posts(first: $first, skip: $skip, orderBy: $orderBy, where: $where) {\n      id\n      title\n      description\n      publishedAt\n      updatedAt\n      slug\n      coverImage {\n        url\n      }\n      coverImageAlt\n      author {\n        name\n      }\n      topic {\n        id\n      }\n    }\n    postsConnection(where: $where) {\n      aggregate {\n        count\n      }\n    }\n  }\n"]);return l=function(){return e},e}function d(){let e=(0,o._)(["\n  query GetPost($slug: String!) {\n    post(where: { slug: $slug }) {\n      id\n      title\n      titleOg\n      slug\n      description\n      descriptionOg\n      publishedAt\n      updatedAt\n      coverImage {\n        url\n      }\n      coverImageAlt\n      content {\n        raw\n      }\n      author {\n        name\n      }\n      topic {\n        id\n      }\n    }\n  }\n"]);return d=function(){return e},e}n(83454),(0,c.Z)({limit:5,interval:1e3})(async(e,t)=>await e.query(t)),(r=i||(i={})).Blogs="blog",r.HelpHost="anfitrion",r.HelpRent="rentero",r.HelpFaq="faqs",r.HelpAboutUs="spotme",r.HelpSecurity="seguridad",r.HelpMyAccount="cuenta";let u=["anfitrion","rentero","faqs","spotme","seguridad","cuenta"],p="https://www.spotme.mx/_next/image?url=%2Fimages%2Fcover.png&w=1200&q=100",h=e=>"".concat(s.OO.Help,"/").concat(e),m={blog:{path:s.OO.Blog,topic:"blog",label:"Blog",title:"",description:"",metaImg:p,hygraphId:"cltnipedt1cjp07lesxmhzvuu"},anfitrion:{path:h("anfitrion"),topic:"anfitrion",label:"Anfitriones",image:{src:"/_next/static/media/House.e0b3ba35.svg",height:34,width:40,blurWidth:0,blurHeight:0},title:"Informaci\xf3n General Anfitriones SpotMe, Gana Sin Esfuerzo",description:"Gana dinero extra con tu espacio de almacenamiento. Pensiones, estacionamientos, mini-bodegas y m\xe1s. Comision dinamica. \xa1Es f\xe1cil!",metaImg:p,hygraphId:"cltnkv6e21ekr07liq7esyi4y"},rentero:{path:h("rentero"),topic:"rentero",label:"Renteros",image:{src:"/_next/static/media/box.6c039b94.svg",height:40,width:40,blurWidth:0,blurHeight:0},title:"Informaci\xf3n General Renteros SpotMe, Seguridad y Conveniencia",description:"Encuentra tu espacio cerca de casa o donde lo requieras. \xa1Hasta 30% m\xe1s econ\xf3mico que almacenamientos tradicionales! Proceso de arrendamiento 6X m\xe1s r\xe1pido.",metaImg:p,hygraphId:"cltnkw35v1eky07le0mlnu9j4"},faqs:{path:h("faqs"),topic:"faqs",label:"Preguntas Frecuentes",image:{src:"/_next/static/media/help.27f50fa7.svg",height:40,width:40,blurWidth:0,blurHeight:0},title:"En SpotMe Resolvemos Todas tus Preguntas e Inquietudes",description:"\xbfEs SpotMe seguro? \xa1SI! Contamos con un proceso de verificaci\xf3n detallado. Esta y m\xe1s respuestas en la secci\xf3n de FAQs SpotMe.",metaImg:p,hygraphId:"cltnkwepc1el907le3kadp3hu"},spotme:{path:h("spotme"),topic:"spotme",label:"Acerca de Nosotros",image:{src:"/_next/static/media/spotme.1b2448ea.svg",height:41,width:40,blurWidth:0,blurHeight:0},title:"Acera De SpotMe, Marketplace de Almacenamiento en Mexico",description:"SpotMe, primer marketplace de almacenamiento Mexicano. Encuentra el espacio ideal de almacenamiento personal y de negocios. Se parte de la comunidad.",metaImg:p,hygraphId:"cltnkwv7v1eme07liax8duj0s"},seguridad:{path:h("seguridad"),topic:"seguridad",label:"Seguridad",image:{src:"/_next/static/media/blue-shield.ebe18e6f.svg",height:40,width:40,blurWidth:0,blurHeight:0},title:"SpotMe es Seguro, Revisi\xf3n Detallada de Perfiles",description:"SpotMe, primer marketplace de almacenamiento Mexicano. Todos los miembros de la comunidad SpotMe deben tener un proceso de verificaci\xf3n de identidad.",metaImg:p,hygraphId:"cltnkx6c31hug07lknrli8hs6"},cuenta:{path:h("cuenta"),topic:"cuenta",label:"Mi Cuenta",image:{src:"/_next/static/media/user.ea2f8da1.svg",height:40,width:34,blurWidth:0,blurHeight:0},title:"Tu Cuenta en SpotMe",description:"SpotMe, primer marketplace de almacenamiento Mexicano. Ahorra hasta 30% en pensi\xf3n para autos, bodegas, oficinas y m\xe1s. Gana hasta 3K pesos al mes.",metaImg:p,hygraphId:"cltnkxihr1hrw07latyadoa50"}},f=Object.values(i).reduce((e,t)=>(e[m[t].hygraphId]=t,e),{});(0,a.Ps)(l()),(0,a.Ps)(d());let g=e=>{var t;let{title:n,description:r,slug:i,...o}=e,{id:a}=o.topic&&o.topic[0]?o.topic[0]:{id:f.blog},s=f[a];return{title:null!=n?n:"",description:null!=r?r:"",href:"".concat(null===(t=m[s])||void 0===t?void 0:t.path,"/").concat(i),body:""}}},9008:function(e,t,n){e.exports=n(50494)},1644:function(e,t,n){"use strict";var r,i;function o(e){return!!e&&e<7}n.d(t,{Ie:function(){return r},Oj:function(){return o}}),(i=r||(r={}))[i.loading=1]="loading",i[i.setVariables=2]="setVariables",i[i.fetchMore=3]="fetchMore",i[i.refetch=4]="refetch",i[i.poll=6]="poll",i[i.ready=7]="ready",i[i.error=8]="error"},21436:function(e,t,n){"use strict";n.d(t,{O:function(){return i},k:function(){return r}});var r=Array.isArray;function i(e){return Array.isArray(e)&&e.length>0}},48702:function(e,t,n){"use strict";function r(e){return e}n.d(t,{J:function(){return r}})},82729:function(e,t,n){"use strict";function r(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}n.d(t,{_:function(){return r}})},95340:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});class r extends Error{constructor(){super("Throttled function aborted"),this.name="AbortError"}}function i({limit:e,interval:t,strict:n,onDelay:i}){if(!Number.isFinite(e))throw TypeError("Expected `limit` to be a finite number");if(!Number.isFinite(t))throw TypeError("Expected `interval` to be a finite number");let o=new Map,a=0,s=0,c=[],l=n?function(){let n=Date.now();if(c.length>0&&n-c.at(-1)>t&&(c.length=0),c.length<e)return c.push(n),0;let r=c[0]+t;return c.shift(),c.push(r),Math.max(0,r-n)}:function(){let n=Date.now();return n-a>t?(s=1,a=n,0):(s<e?s++:(a+=t,s=1),a-n)};return e=>{let t=function(...n){let r;return t.isEnabled?new Promise((t,a)=>{let s=()=>{t(e.apply(this,n)),o.delete(r)},c=l();c>0?(r=setTimeout(s,c),o.set(r,a),i?.()):s()}):(async()=>e.apply(this,n))()};return t.abort=()=>{for(let e of o.keys())clearTimeout(e),o.get(e)(new r);o.clear(),c.splice(0,c.length)},t.isEnabled=!0,Object.defineProperty(t,"queueSize",{get:()=>o.size}),t}}}},function(e){e.O(0,[7362,8806,9313,2888,9774,179],function(){return e(e.s=82670)}),_N_E=e.O()}]);
//# sourceMappingURL=[topic]-be5260a17e2961c2.js.map