[{"data":1,"prerenderedAt":1884},["Reactive",2],{"navigation":3,"docs-/advanced/custom-provider":112,"docs-/advanced/custom-provider-surround":1191},[4,17,30,102],{"title":5,"_path":6,"children":7},"Get Started","/get-started",[8,11,14],{"title":9,"_path":10},"Installation","/get-started/installation",{"title":12,"_path":13},"Configuration","/get-started/configuration",{"title":15,"_path":16},"Providers","/get-started/providers",{"title":18,"_path":19,"children":20},"Usage","/usage",[21,24,27],{"title":22,"_path":23},"\u003CNuxtImg>","/usage/nuxt-img",{"title":25,"_path":26},"\u003CNuxtPicture>","/usage/nuxt-picture",{"title":28,"_path":29},"useImage()","/usage/use-image",{"title":15,"_path":31,"children":32},"/providers",[33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99],{"title":34,"_path":35},"Cloudflare","/providers/cloudflare",{"title":37,"_path":38},"Cloudimage","/providers/cloudimage",{"title":40,"_path":41},"Cloudinary","/providers/cloudinary",{"title":43,"_path":44},"Contentful","/providers/contentful",{"title":46,"_path":47},"Directus","/providers/directus",{"title":49,"_path":50},"Edgio","/providers/edgio",{"title":52,"_path":53},"Fastly","/providers/fastly",{"title":55,"_path":56},"Glide","/providers/glide",{"title":58,"_path":59},"Gumlet","/providers/gumlet",{"title":61,"_path":62},"ImageEngine","/providers/imageengine",{"title":64,"_path":65},"ImageKit","/providers/imagekit",{"title":67,"_path":68},"Imgix","/providers/imgix",{"title":70,"_path":71},"IPX","/providers/ipx",{"title":73,"_path":74},"Netlify","/providers/netlify",{"title":76,"_path":77},"Prepr","/providers/prepr",{"title":79,"_path":80},"Prismic","/providers/prismic",{"title":82,"_path":83},"Sanity","/providers/sanity",{"title":85,"_path":86},"Storyblok","/providers/storyblok",{"title":88,"_path":89},"Strapi","/providers/strapi",{"title":91,"_path":92},"Twicpics","/providers/twicpics",{"title":94,"_path":95},"Unsplash","/providers/unsplash",{"title":97,"_path":98},"Uploadcare","/providers/uploadcare",{"title":100,"_path":101},"Vercel","/providers/vercel",{"title":103,"_path":104,"children":105},"Advanced","/advanced",[106,109],{"title":107,"_path":108},"Custom Provider","/advanced/custom-provider",{"title":110,"_path":111},"Static Images","/advanced/static-images",{"_path":108,"_dir":113,"_draft":114,"_partial":114,"_locale":115,"title":107,"description":116,"body":117,"_type":1186,"_id":1187,"_source":1188,"_file":1189,"_extension":1190},"advanced",false,"","If a CDN provider is not supported, you can define it yourself.",{"type":118,"children":119,"toc":1177},"root",[120,129,135,719,726,799,816,821,834,840,846,864,1149,1171],{"type":121,"tag":122,"props":123,"children":125},"element","h2",{"id":124},"provider-entry",[126],{"type":127,"value":128},"text","Provider Entry",{"type":121,"tag":130,"props":131,"children":132},"p",{},[133],{"type":127,"value":134},"The runtime will receive a source, image modifiers and its provider options. It is responsible for generating a url for optimized images, and needs to be isomorphic because it may be called on either server or client.",{"type":121,"tag":136,"props":137,"children":141},"pre",{"className":138,"code":139,"language":140,"meta":115},"language-js material-theme_material-theme-palenight_material-theme-lighter","import { joinURL } from 'ufo'\n\n// import {} from '#image'\n\nexport function getImage(src, { modifiers, baseURL } = {}, { options, $img }) {\n  const { width, height, format, fit, ...providerModifiers } = modifiers\n  const operations = []\n  // process modifiers\n  const operationsString = operations.join(',')\n  return {\n    url: joinURL(baseURL, operationsString, src)\n  }\n}\n","js",[142],{"type":121,"tag":143,"props":144,"children":145},"code",{"__ignoreMap":115},[146,218,225,235,242,391,504,538,551,619,640,698,711],{"type":121,"tag":147,"props":148,"children":151},"span",{"class":149,"line":150},"line",1,[152,158,164,170,175,180,184,189,193,198,202,207,213],{"type":121,"tag":147,"props":153,"children":155},{"class":154},"ct-398028",[156],{"type":127,"value":157},"import",{"type":121,"tag":147,"props":159,"children":161},{"class":160},"ct-521921",[162],{"type":127,"value":163}," ",{"type":121,"tag":147,"props":165,"children":167},{"class":166},"ct-542793",[168],{"type":127,"value":169},"{",{"type":121,"tag":147,"props":171,"children":173},{"class":172},"ct-821147",[174],{"type":127,"value":163},{"type":121,"tag":147,"props":176,"children":177},{"class":160},[178],{"type":127,"value":179},"joinURL",{"type":121,"tag":147,"props":181,"children":182},{"class":172},[183],{"type":127,"value":163},{"type":121,"tag":147,"props":185,"children":186},{"class":166},[187],{"type":127,"value":188},"}",{"type":121,"tag":147,"props":190,"children":191},{"class":160},[192],{"type":127,"value":163},{"type":121,"tag":147,"props":194,"children":195},{"class":154},[196],{"type":127,"value":197},"from",{"type":121,"tag":147,"props":199,"children":200},{"class":160},[201],{"type":127,"value":163},{"type":121,"tag":147,"props":203,"children":204},{"class":166},[205],{"type":127,"value":206},"'",{"type":121,"tag":147,"props":208,"children":210},{"class":209},"ct-083593",[211],{"type":127,"value":212},"ufo",{"type":121,"tag":147,"props":214,"children":215},{"class":166},[216],{"type":127,"value":217},"'\n",{"type":121,"tag":147,"props":219,"children":221},{"class":149,"line":220},2,[222],{"type":121,"tag":147,"props":223,"children":224},{},[],{"type":121,"tag":147,"props":226,"children":228},{"class":149,"line":227},3,[229],{"type":121,"tag":147,"props":230,"children":232},{"class":231},"ct-767688",[233],{"type":127,"value":234},"// import {} from '#image'\n",{"type":121,"tag":147,"props":236,"children":238},{"class":149,"line":237},4,[239],{"type":121,"tag":147,"props":240,"children":241},{},[],{"type":121,"tag":147,"props":243,"children":245},{"class":149,"line":244},5,[246,251,255,261,265,271,276,282,287,291,295,299,304,308,312,317,321,325,329,334,338,343,347,351,355,360,364,368,373,377,382,386],{"type":121,"tag":147,"props":247,"children":248},{"class":154},[249],{"type":127,"value":250},"export",{"type":121,"tag":147,"props":252,"children":253},{"class":160},[254],{"type":127,"value":163},{"type":121,"tag":147,"props":256,"children":258},{"class":257},"ct-366012",[259],{"type":127,"value":260},"function",{"type":121,"tag":147,"props":262,"children":263},{"class":160},[264],{"type":127,"value":163},{"type":121,"tag":147,"props":266,"children":268},{"class":267},"ct-021512",[269],{"type":127,"value":270},"getImage",{"type":121,"tag":147,"props":272,"children":273},{"class":166},[274],{"type":127,"value":275},"(",{"type":121,"tag":147,"props":277,"children":279},{"class":278},"ct-377156",[280],{"type":127,"value":281},"src",{"type":121,"tag":147,"props":283,"children":284},{"class":166},[285],{"type":127,"value":286},",",{"type":121,"tag":147,"props":288,"children":289},{"class":160},[290],{"type":127,"value":163},{"type":121,"tag":147,"props":292,"children":293},{"class":166},[294],{"type":127,"value":169},{"type":121,"tag":147,"props":296,"children":297},{"class":160},[298],{"type":127,"value":163},{"type":121,"tag":147,"props":300,"children":301},{"class":278},[302],{"type":127,"value":303},"modifiers",{"type":121,"tag":147,"props":305,"children":306},{"class":166},[307],{"type":127,"value":286},{"type":121,"tag":147,"props":309,"children":310},{"class":160},[311],{"type":127,"value":163},{"type":121,"tag":147,"props":313,"children":314},{"class":278},[315],{"type":127,"value":316},"baseURL",{"type":121,"tag":147,"props":318,"children":319},{"class":160},[320],{"type":127,"value":163},{"type":121,"tag":147,"props":322,"children":323},{"class":166},[324],{"type":127,"value":188},{"type":121,"tag":147,"props":326,"children":327},{"class":160},[328],{"type":127,"value":163},{"type":121,"tag":147,"props":330,"children":331},{"class":166},[332],{"type":127,"value":333},"=",{"type":121,"tag":147,"props":335,"children":336},{"class":160},[337],{"type":127,"value":163},{"type":121,"tag":147,"props":339,"children":340},{"class":166},[341],{"type":127,"value":342},"{},",{"type":121,"tag":147,"props":344,"children":345},{"class":160},[346],{"type":127,"value":163},{"type":121,"tag":147,"props":348,"children":349},{"class":166},[350],{"type":127,"value":169},{"type":121,"tag":147,"props":352,"children":353},{"class":160},[354],{"type":127,"value":163},{"type":121,"tag":147,"props":356,"children":357},{"class":278},[358],{"type":127,"value":359},"options",{"type":121,"tag":147,"props":361,"children":362},{"class":166},[363],{"type":127,"value":286},{"type":121,"tag":147,"props":365,"children":366},{"class":160},[367],{"type":127,"value":163},{"type":121,"tag":147,"props":369,"children":370},{"class":278},[371],{"type":127,"value":372},"$img",{"type":121,"tag":147,"props":374,"children":375},{"class":160},[376],{"type":127,"value":163},{"type":121,"tag":147,"props":378,"children":379},{"class":166},[380],{"type":127,"value":381},"})",{"type":121,"tag":147,"props":383,"children":384},{"class":160},[385],{"type":127,"value":163},{"type":121,"tag":147,"props":387,"children":388},{"class":166},[389],{"type":127,"value":390},"{\n",{"type":121,"tag":147,"props":392,"children":394},{"class":149,"line":393},6,[395,400,405,409,413,417,422,426,430,435,439,443,448,452,456,461,465,469,474,479,483,487,491,495,499],{"type":121,"tag":147,"props":396,"children":397},{"class":172},[398],{"type":127,"value":399},"  ",{"type":121,"tag":147,"props":401,"children":402},{"class":257},[403],{"type":127,"value":404},"const",{"type":121,"tag":147,"props":406,"children":407},{"class":172},[408],{"type":127,"value":163},{"type":121,"tag":147,"props":410,"children":411},{"class":166},[412],{"type":127,"value":169},{"type":121,"tag":147,"props":414,"children":415},{"class":172},[416],{"type":127,"value":163},{"type":121,"tag":147,"props":418,"children":419},{"class":160},[420],{"type":127,"value":421},"width",{"type":121,"tag":147,"props":423,"children":424},{"class":166},[425],{"type":127,"value":286},{"type":121,"tag":147,"props":427,"children":428},{"class":172},[429],{"type":127,"value":163},{"type":121,"tag":147,"props":431,"children":432},{"class":160},[433],{"type":127,"value":434},"height",{"type":121,"tag":147,"props":436,"children":437},{"class":166},[438],{"type":127,"value":286},{"type":121,"tag":147,"props":440,"children":441},{"class":172},[442],{"type":127,"value":163},{"type":121,"tag":147,"props":444,"children":445},{"class":160},[446],{"type":127,"value":447},"format",{"type":121,"tag":147,"props":449,"children":450},{"class":166},[451],{"type":127,"value":286},{"type":121,"tag":147,"props":453,"children":454},{"class":172},[455],{"type":127,"value":163},{"type":121,"tag":147,"props":457,"children":458},{"class":160},[459],{"type":127,"value":460},"fit",{"type":121,"tag":147,"props":462,"children":463},{"class":166},[464],{"type":127,"value":286},{"type":121,"tag":147,"props":466,"children":467},{"class":172},[468],{"type":127,"value":163},{"type":121,"tag":147,"props":470,"children":471},{"class":166},[472],{"type":127,"value":473},"...",{"type":121,"tag":147,"props":475,"children":476},{"class":160},[477],{"type":127,"value":478},"providerModifiers",{"type":121,"tag":147,"props":480,"children":481},{"class":172},[482],{"type":127,"value":163},{"type":121,"tag":147,"props":484,"children":485},{"class":166},[486],{"type":127,"value":188},{"type":121,"tag":147,"props":488,"children":489},{"class":172},[490],{"type":127,"value":163},{"type":121,"tag":147,"props":492,"children":493},{"class":166},[494],{"type":127,"value":333},{"type":121,"tag":147,"props":496,"children":497},{"class":172},[498],{"type":127,"value":163},{"type":121,"tag":147,"props":500,"children":501},{"class":160},[502],{"type":127,"value":503},"modifiers\n",{"type":121,"tag":147,"props":505,"children":507},{"class":149,"line":506},7,[508,512,516,520,525,529,533],{"type":121,"tag":147,"props":509,"children":510},{"class":172},[511],{"type":127,"value":399},{"type":121,"tag":147,"props":513,"children":514},{"class":257},[515],{"type":127,"value":404},{"type":121,"tag":147,"props":517,"children":518},{"class":172},[519],{"type":127,"value":163},{"type":121,"tag":147,"props":521,"children":522},{"class":160},[523],{"type":127,"value":524},"operations",{"type":121,"tag":147,"props":526,"children":527},{"class":172},[528],{"type":127,"value":163},{"type":121,"tag":147,"props":530,"children":531},{"class":166},[532],{"type":127,"value":333},{"type":121,"tag":147,"props":534,"children":535},{"class":172},[536],{"type":127,"value":537}," []\n",{"type":121,"tag":147,"props":539,"children":541},{"class":149,"line":540},8,[542,546],{"type":121,"tag":147,"props":543,"children":544},{"class":166},[545],{"type":127,"value":399},{"type":121,"tag":147,"props":547,"children":548},{"class":231},[549],{"type":127,"value":550},"// process modifiers\n",{"type":121,"tag":147,"props":552,"children":554},{"class":149,"line":553},9,[555,559,563,567,572,576,580,584,588,593,598,602,606,610,614],{"type":121,"tag":147,"props":556,"children":557},{"class":172},[558],{"type":127,"value":399},{"type":121,"tag":147,"props":560,"children":561},{"class":257},[562],{"type":127,"value":404},{"type":121,"tag":147,"props":564,"children":565},{"class":172},[566],{"type":127,"value":163},{"type":121,"tag":147,"props":568,"children":569},{"class":160},[570],{"type":127,"value":571},"operationsString",{"type":121,"tag":147,"props":573,"children":574},{"class":172},[575],{"type":127,"value":163},{"type":121,"tag":147,"props":577,"children":578},{"class":166},[579],{"type":127,"value":333},{"type":121,"tag":147,"props":581,"children":582},{"class":172},[583],{"type":127,"value":163},{"type":121,"tag":147,"props":585,"children":586},{"class":160},[587],{"type":127,"value":524},{"type":121,"tag":147,"props":589,"children":590},{"class":166},[591],{"type":127,"value":592},".",{"type":121,"tag":147,"props":594,"children":595},{"class":267},[596],{"type":127,"value":597},"join",{"type":121,"tag":147,"props":599,"children":600},{"class":172},[601],{"type":127,"value":275},{"type":121,"tag":147,"props":603,"children":604},{"class":166},[605],{"type":127,"value":206},{"type":121,"tag":147,"props":607,"children":608},{"class":209},[609],{"type":127,"value":286},{"type":121,"tag":147,"props":611,"children":612},{"class":166},[613],{"type":127,"value":206},{"type":121,"tag":147,"props":615,"children":616},{"class":172},[617],{"type":127,"value":618},")\n",{"type":121,"tag":147,"props":620,"children":622},{"class":149,"line":621},10,[623,627,632,636],{"type":121,"tag":147,"props":624,"children":625},{"class":172},[626],{"type":127,"value":399},{"type":121,"tag":147,"props":628,"children":629},{"class":154},[630],{"type":127,"value":631},"return",{"type":121,"tag":147,"props":633,"children":634},{"class":172},[635],{"type":127,"value":163},{"type":121,"tag":147,"props":637,"children":638},{"class":166},[639],{"type":127,"value":390},{"type":121,"tag":147,"props":641,"children":643},{"class":149,"line":642},11,[644,649,654,658,662,666,670,674,678,682,686,690,694],{"type":121,"tag":147,"props":645,"children":646},{"class":172},[647],{"type":127,"value":648},"    url",{"type":121,"tag":147,"props":650,"children":651},{"class":166},[652],{"type":127,"value":653},":",{"type":121,"tag":147,"props":655,"children":656},{"class":172},[657],{"type":127,"value":163},{"type":121,"tag":147,"props":659,"children":660},{"class":267},[661],{"type":127,"value":179},{"type":121,"tag":147,"props":663,"children":664},{"class":172},[665],{"type":127,"value":275},{"type":121,"tag":147,"props":667,"children":668},{"class":160},[669],{"type":127,"value":316},{"type":121,"tag":147,"props":671,"children":672},{"class":166},[673],{"type":127,"value":286},{"type":121,"tag":147,"props":675,"children":676},{"class":172},[677],{"type":127,"value":163},{"type":121,"tag":147,"props":679,"children":680},{"class":160},[681],{"type":127,"value":571},{"type":121,"tag":147,"props":683,"children":684},{"class":166},[685],{"type":127,"value":286},{"type":121,"tag":147,"props":687,"children":688},{"class":172},[689],{"type":127,"value":163},{"type":121,"tag":147,"props":691,"children":692},{"class":160},[693],{"type":127,"value":281},{"type":121,"tag":147,"props":695,"children":696},{"class":172},[697],{"type":127,"value":618},{"type":121,"tag":147,"props":699,"children":701},{"class":149,"line":700},12,[702,706],{"type":121,"tag":147,"props":703,"children":704},{"class":172},[705],{"type":127,"value":399},{"type":121,"tag":147,"props":707,"children":708},{"class":166},[709],{"type":127,"value":710},"}\n",{"type":121,"tag":147,"props":712,"children":714},{"class":149,"line":713},13,[715],{"type":121,"tag":147,"props":716,"children":717},{"class":166},[718],{"type":127,"value":188},{"type":121,"tag":720,"props":721,"children":723},"h3",{"id":722},"parameters",[724],{"type":127,"value":725},"Parameters",{"type":121,"tag":727,"props":728,"children":729},"ul",{},[730,740,749],{"type":121,"tag":731,"props":732,"children":733},"li",{},[734,738],{"type":121,"tag":143,"props":735,"children":736},{},[737],{"type":127,"value":281},{"type":127,"value":739},": Source path of the image.",{"type":121,"tag":731,"props":741,"children":742},{},[743,747],{"type":121,"tag":143,"props":744,"children":745},{},[746],{"type":127,"value":303},{"type":127,"value":748},": List of image modifiers that are defined in the image component or as a preset.",{"type":121,"tag":731,"props":750,"children":751},{},[752,757,759,764,766],{"type":121,"tag":143,"props":753,"children":754},{},[755],{"type":127,"value":756},"ctx",{"type":127,"value":758},": (",{"type":121,"tag":143,"props":760,"children":761},{},[762],{"type":127,"value":763},"ImageCTX",{"type":127,"value":765},") Image module runtime context\n",{"type":121,"tag":727,"props":767,"children":768},{},[769,784],{"type":121,"tag":731,"props":770,"children":771},{},[772,776,777,782],{"type":121,"tag":143,"props":773,"children":774},{},[775],{"type":127,"value":359},{"type":127,"value":758},{"type":121,"tag":143,"props":778,"children":779},{},[780],{"type":127,"value":781},"CreateImageOptions",{"type":127,"value":783},") Image module global runtime options",{"type":121,"tag":731,"props":785,"children":786},{},[787,791,793],{"type":121,"tag":143,"props":788,"children":789},{},[790],{"type":127,"value":372},{"type":127,"value":792},": The ",{"type":121,"tag":794,"props":795,"children":796},"a",{"href":29},[797],{"type":127,"value":798},"$img helper",{"type":121,"tag":130,"props":800,"children":801},{},[802,808,810,814],{"type":121,"tag":803,"props":804,"children":805},"strong",{},[806],{"type":127,"value":807},"Note:",{"type":127,"value":809}," Values in ",{"type":121,"tag":143,"props":811,"children":812},{},[813],{"type":127,"value":756},{"type":127,"value":815}," might change. Use it with caution.",{"type":121,"tag":720,"props":817,"children":818},{"id":631},[819],{"type":127,"value":820},"Return",{"type":121,"tag":727,"props":822,"children":823},{},[824],{"type":121,"tag":731,"props":825,"children":826},{},[827,832],{"type":121,"tag":143,"props":828,"children":829},{},[830],{"type":127,"value":831},"url",{"type":127,"value":833},": Absolute or relative url of optimized image.",{"type":121,"tag":122,"props":835,"children":837},{"id":836},"use-your-provider",[838],{"type":127,"value":839},"Use your provider",{"type":121,"tag":720,"props":841,"children":843},{"id":842},"register-provider",[844],{"type":127,"value":845},"Register provider",{"type":121,"tag":130,"props":847,"children":848},{},[849,851,856,858,863],{"type":127,"value":850},"After you create your own provider, you should register it in the ",{"type":121,"tag":143,"props":852,"children":853},{},[854],{"type":127,"value":855},"nuxt.config",{"type":127,"value":857},". In order to do that create a property inside ",{"type":121,"tag":143,"props":859,"children":860},{},[861],{"type":127,"value":862},"image.provider",{"type":127,"value":592},{"type":121,"tag":136,"props":865,"children":867},{"className":138,"code":866,"language":140,"meta":115},"export default {\n  ...\n  image: {\n    providers: {\n      customProvider: {\n        name: 'customProvider', // optional value to overrider provider name\n        provider: '~/providers/custom', // Path to custom provider\n        options: {\n          // ... provider options\n        }\n      }\n    }\n  }\n}\n",[868],{"type":121,"tag":143,"props":869,"children":870},{"__ignoreMap":115},[871,895,907,919,944,969,1015,1061,1084,1097,1108,1119,1130,1141],{"type":121,"tag":147,"props":872,"children":873},{"class":149,"line":150},[874,878,882,887,891],{"type":121,"tag":147,"props":875,"children":876},{"class":154},[877],{"type":127,"value":250},{"type":121,"tag":147,"props":879,"children":880},{"class":160},[881],{"type":127,"value":163},{"type":121,"tag":147,"props":883,"children":884},{"class":154},[885],{"type":127,"value":886},"default",{"type":121,"tag":147,"props":888,"children":889},{"class":160},[890],{"type":127,"value":163},{"type":121,"tag":147,"props":892,"children":893},{"class":166},[894],{"type":127,"value":390},{"type":121,"tag":147,"props":896,"children":897},{"class":149,"line":220},[898,902],{"type":121,"tag":147,"props":899,"children":900},{"class":160},[901],{"type":127,"value":399},{"type":121,"tag":147,"props":903,"children":904},{"class":166},[905],{"type":127,"value":906},"...\n",{"type":121,"tag":147,"props":908,"children":909},{"class":149,"line":227},[910,915],{"type":121,"tag":147,"props":911,"children":912},{"class":160},[913],{"type":127,"value":914},"  image: ",{"type":121,"tag":147,"props":916,"children":917},{"class":166},[918],{"type":127,"value":390},{"type":121,"tag":147,"props":920,"children":921},{"class":149,"line":237},[922,927,932,936,940],{"type":121,"tag":147,"props":923,"children":924},{"class":160},[925],{"type":127,"value":926},"    ",{"type":121,"tag":147,"props":928,"children":929},{"class":172},[930],{"type":127,"value":931},"providers",{"type":121,"tag":147,"props":933,"children":934},{"class":166},[935],{"type":127,"value":653},{"type":121,"tag":147,"props":937,"children":938},{"class":160},[939],{"type":127,"value":163},{"type":121,"tag":147,"props":941,"children":942},{"class":166},[943],{"type":127,"value":390},{"type":121,"tag":147,"props":945,"children":946},{"class":149,"line":244},[947,952,957,961,965],{"type":121,"tag":147,"props":948,"children":949},{"class":160},[950],{"type":127,"value":951},"      ",{"type":121,"tag":147,"props":953,"children":954},{"class":172},[955],{"type":127,"value":956},"customProvider",{"type":121,"tag":147,"props":958,"children":959},{"class":166},[960],{"type":127,"value":653},{"type":121,"tag":147,"props":962,"children":963},{"class":160},[964],{"type":127,"value":163},{"type":121,"tag":147,"props":966,"children":967},{"class":166},[968],{"type":127,"value":390},{"type":121,"tag":147,"props":970,"children":971},{"class":149,"line":393},[972,977,982,986,990,994,998,1002,1006,1010],{"type":121,"tag":147,"props":973,"children":974},{"class":160},[975],{"type":127,"value":976},"        ",{"type":121,"tag":147,"props":978,"children":979},{"class":172},[980],{"type":127,"value":981},"name",{"type":121,"tag":147,"props":983,"children":984},{"class":166},[985],{"type":127,"value":653},{"type":121,"tag":147,"props":987,"children":988},{"class":160},[989],{"type":127,"value":163},{"type":121,"tag":147,"props":991,"children":992},{"class":166},[993],{"type":127,"value":206},{"type":121,"tag":147,"props":995,"children":996},{"class":209},[997],{"type":127,"value":956},{"type":121,"tag":147,"props":999,"children":1000},{"class":166},[1001],{"type":127,"value":206},{"type":121,"tag":147,"props":1003,"children":1004},{"class":166},[1005],{"type":127,"value":286},{"type":121,"tag":147,"props":1007,"children":1008},{"class":160},[1009],{"type":127,"value":163},{"type":121,"tag":147,"props":1011,"children":1012},{"class":231},[1013],{"type":127,"value":1014},"// optional value to overrider provider name\n",{"type":121,"tag":147,"props":1016,"children":1017},{"class":149,"line":506},[1018,1022,1027,1031,1035,1039,1044,1048,1052,1056],{"type":121,"tag":147,"props":1019,"children":1020},{"class":160},[1021],{"type":127,"value":976},{"type":121,"tag":147,"props":1023,"children":1024},{"class":172},[1025],{"type":127,"value":1026},"provider",{"type":121,"tag":147,"props":1028,"children":1029},{"class":166},[1030],{"type":127,"value":653},{"type":121,"tag":147,"props":1032,"children":1033},{"class":160},[1034],{"type":127,"value":163},{"type":121,"tag":147,"props":1036,"children":1037},{"class":166},[1038],{"type":127,"value":206},{"type":121,"tag":147,"props":1040,"children":1041},{"class":209},[1042],{"type":127,"value":1043},"~/providers/custom",{"type":121,"tag":147,"props":1045,"children":1046},{"class":166},[1047],{"type":127,"value":206},{"type":121,"tag":147,"props":1049,"children":1050},{"class":166},[1051],{"type":127,"value":286},{"type":121,"tag":147,"props":1053,"children":1054},{"class":160},[1055],{"type":127,"value":163},{"type":121,"tag":147,"props":1057,"children":1058},{"class":231},[1059],{"type":127,"value":1060},"// Path to custom provider\n",{"type":121,"tag":147,"props":1062,"children":1063},{"class":149,"line":540},[1064,1068,1072,1076,1080],{"type":121,"tag":147,"props":1065,"children":1066},{"class":160},[1067],{"type":127,"value":976},{"type":121,"tag":147,"props":1069,"children":1070},{"class":172},[1071],{"type":127,"value":359},{"type":121,"tag":147,"props":1073,"children":1074},{"class":166},[1075],{"type":127,"value":653},{"type":121,"tag":147,"props":1077,"children":1078},{"class":160},[1079],{"type":127,"value":163},{"type":121,"tag":147,"props":1081,"children":1082},{"class":166},[1083],{"type":127,"value":390},{"type":121,"tag":147,"props":1085,"children":1086},{"class":149,"line":553},[1087,1092],{"type":121,"tag":147,"props":1088,"children":1089},{"class":166},[1090],{"type":127,"value":1091},"          ",{"type":121,"tag":147,"props":1093,"children":1094},{"class":231},[1095],{"type":127,"value":1096},"// ... provider options\n",{"type":121,"tag":147,"props":1098,"children":1099},{"class":149,"line":621},[1100,1104],{"type":121,"tag":147,"props":1101,"children":1102},{"class":160},[1103],{"type":127,"value":976},{"type":121,"tag":147,"props":1105,"children":1106},{"class":166},[1107],{"type":127,"value":710},{"type":121,"tag":147,"props":1109,"children":1110},{"class":149,"line":642},[1111,1115],{"type":121,"tag":147,"props":1112,"children":1113},{"class":160},[1114],{"type":127,"value":951},{"type":121,"tag":147,"props":1116,"children":1117},{"class":166},[1118],{"type":127,"value":710},{"type":121,"tag":147,"props":1120,"children":1121},{"class":149,"line":700},[1122,1126],{"type":121,"tag":147,"props":1123,"children":1124},{"class":160},[1125],{"type":127,"value":926},{"type":121,"tag":147,"props":1127,"children":1128},{"class":166},[1129],{"type":127,"value":710},{"type":121,"tag":147,"props":1131,"children":1132},{"class":149,"line":713},[1133,1137],{"type":121,"tag":147,"props":1134,"children":1135},{"class":160},[1136],{"type":127,"value":399},{"type":121,"tag":147,"props":1138,"children":1139},{"class":166},[1140],{"type":127,"value":710},{"type":121,"tag":147,"props":1142,"children":1144},{"class":149,"line":1143},14,[1145],{"type":121,"tag":147,"props":1146,"children":1147},{"class":166},[1148],{"type":127,"value":188},{"type":121,"tag":130,"props":1150,"children":1151},{},[1152,1154,1159,1161,1169],{"type":127,"value":1153},"There are plenty of useful utilities that can be used to write providers by importing from ",{"type":121,"tag":143,"props":1155,"children":1156},{},[1157],{"type":127,"value":1158},"#img",{"type":127,"value":1160},". See ",{"type":121,"tag":794,"props":1162,"children":1166},{"href":1163,"rel":1164},"https://github.com/nuxt/image/tree/dev/src/runtime/providers",[1165],"nofollow",[1167],{"type":127,"value":1168},"src/runtime/providers",{"type":127,"value":1170}," for more info.",{"type":121,"tag":1172,"props":1173,"children":1174},"style",{},[1175],{"type":127,"value":1176},".material-theme_material-theme-palenight_material-theme-lighter{color:#EEFFFF;background:#263238;}.dark .material-theme_material-theme-palenight_material-theme-lighter{color:#A6ACCD;background:#292D3E;}.light .material-theme_material-theme-palenight_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-398028{color:#89DDFF;font-style:italic;}.light .ct-398028{color:#39ADB5;font-style:italic;}.ct-521921{color:#EEFFFF;}.dark .ct-521921{color:#A6ACCD;}.light .ct-521921{color:#90A4AE;}.ct-542793{color:#89DDFF;}.light .ct-542793{color:#39ADB5;}.ct-821147{color:#F07178;}.light .ct-821147{color:#E53935;}.ct-083593{color:#C3E88D;}.light .ct-083593{color:#91B859;}.ct-767688{color:#546E7A;font-style:italic;}.dark .ct-767688{color:#676E95;font-style:italic;}.light .ct-767688{color:#90A4AE;font-style:italic;}.ct-366012{color:#C792EA;}.light .ct-366012{color:#9C3EDA;}.ct-021512{color:#82AAFF;}.light .ct-021512{color:#6182B8;}.ct-377156{color:#EEFFFF;font-style:italic;}.dark .ct-377156{color:#A6ACCD;font-style:italic;}.light .ct-377156{color:#90A4AE;font-style:italic;}",{"title":115,"searchDepth":220,"depth":220,"links":1178},[1179,1183],{"id":124,"depth":220,"text":128,"children":1180},[1181,1182],{"id":722,"depth":227,"text":725},{"id":631,"depth":227,"text":820},{"id":836,"depth":220,"text":839,"children":1184},[1185],{"id":842,"depth":227,"text":845},"markdown","content:4.advanced:1.custom-provider.md","content","4.advanced/1.custom-provider.md","md",[1192,1590],{"_path":101,"_dir":931,"_draft":114,"_partial":114,"_locale":115,"title":100,"description":1193,"body":1194,"_type":1186,"_id":1588,"_source":1188,"_file":1589,"_extension":1190},"Optimize images at Vercel's Edge Network.",{"type":118,"children":1195,"toc":1584},[1196,1218,1223,1229,1241,1249,1371,1377,1405,1410,1417,1579],{"type":121,"tag":130,"props":1197,"children":1198},{},[1199,1201,1207,1209,1216],{"type":127,"value":1200},"When deploying your nuxt applications to ",{"type":121,"tag":794,"props":1202,"children":1205},{"href":1203,"rel":1204},"https://vercel.com/",[1165],[1206],{"type":127,"value":100},{"type":127,"value":1208}," platform, image module can use Vercel's ",{"type":121,"tag":794,"props":1210,"children":1213},{"href":1211,"rel":1212},"https://vercel.com/docs/edge-network/overview",[1165],[1214],{"type":127,"value":1215},"Edge Network",{"type":127,"value":1217}," to optimize images on demand.",{"type":121,"tag":130,"props":1219,"children":1220},{},[1221],{"type":127,"value":1222},"This provider will be enabled by default in vercel deployments.",{"type":121,"tag":122,"props":1224,"children":1226},{"id":1225},"domains",[1227],{"type":127,"value":1228},"Domains",{"type":121,"tag":130,"props":1230,"children":1231},{},[1232,1234,1239],{"type":127,"value":1233},"To use external URLs (images not in ",{"type":121,"tag":143,"props":1235,"children":1236},{},[1237],{"type":127,"value":1238},"public/",{"type":127,"value":1240}," directory), hostnames should be whitelisted.",{"type":121,"tag":130,"props":1242,"children":1243},{},[1244],{"type":121,"tag":803,"props":1245,"children":1246},{},[1247],{"type":127,"value":1248},"Example:",{"type":121,"tag":136,"props":1250,"children":1254},{"className":1251,"code":1252,"filename":855,"language":1253,"meta":115},"language-ts material-theme_material-theme-palenight_material-theme-lighter","export default {\n  image: {\n    domains: [\n      'avatars0.githubusercontent.com'\n    ]\n  }\n}\n","ts",[1255],{"type":121,"tag":143,"props":1256,"children":1257},{"__ignoreMap":115},[1258,1281,1305,1325,1345,1353,1364],{"type":121,"tag":147,"props":1259,"children":1260},{"class":149,"line":150},[1261,1265,1269,1273,1277],{"type":121,"tag":147,"props":1262,"children":1263},{"class":154},[1264],{"type":127,"value":250},{"type":121,"tag":147,"props":1266,"children":1267},{"class":160},[1268],{"type":127,"value":163},{"type":121,"tag":147,"props":1270,"children":1271},{"class":154},[1272],{"type":127,"value":886},{"type":121,"tag":147,"props":1274,"children":1275},{"class":160},[1276],{"type":127,"value":163},{"type":121,"tag":147,"props":1278,"children":1279},{"class":166},[1280],{"type":127,"value":390},{"type":121,"tag":147,"props":1282,"children":1283},{"class":149,"line":220},[1284,1288,1293,1297,1301],{"type":121,"tag":147,"props":1285,"children":1286},{"class":160},[1287],{"type":127,"value":399},{"type":121,"tag":147,"props":1289,"children":1290},{"class":172},[1291],{"type":127,"value":1292},"image",{"type":121,"tag":147,"props":1294,"children":1295},{"class":166},[1296],{"type":127,"value":653},{"type":121,"tag":147,"props":1298,"children":1299},{"class":160},[1300],{"type":127,"value":163},{"type":121,"tag":147,"props":1302,"children":1303},{"class":166},[1304],{"type":127,"value":390},{"type":121,"tag":147,"props":1306,"children":1307},{"class":149,"line":227},[1308,1312,1316,1320],{"type":121,"tag":147,"props":1309,"children":1310},{"class":160},[1311],{"type":127,"value":926},{"type":121,"tag":147,"props":1313,"children":1314},{"class":172},[1315],{"type":127,"value":1225},{"type":121,"tag":147,"props":1317,"children":1318},{"class":166},[1319],{"type":127,"value":653},{"type":121,"tag":147,"props":1321,"children":1322},{"class":160},[1323],{"type":127,"value":1324}," [\n",{"type":121,"tag":147,"props":1326,"children":1327},{"class":149,"line":237},[1328,1332,1336,1341],{"type":121,"tag":147,"props":1329,"children":1330},{"class":160},[1331],{"type":127,"value":951},{"type":121,"tag":147,"props":1333,"children":1334},{"class":166},[1335],{"type":127,"value":206},{"type":121,"tag":147,"props":1337,"children":1338},{"class":209},[1339],{"type":127,"value":1340},"avatars0.githubusercontent.com",{"type":121,"tag":147,"props":1342,"children":1343},{"class":166},[1344],{"type":127,"value":217},{"type":121,"tag":147,"props":1346,"children":1347},{"class":149,"line":244},[1348],{"type":121,"tag":147,"props":1349,"children":1350},{"class":160},[1351],{"type":127,"value":1352},"    ]\n",{"type":121,"tag":147,"props":1354,"children":1355},{"class":149,"line":393},[1356,1360],{"type":121,"tag":147,"props":1357,"children":1358},{"class":160},[1359],{"type":127,"value":399},{"type":121,"tag":147,"props":1361,"children":1362},{"class":166},[1363],{"type":127,"value":710},{"type":121,"tag":147,"props":1365,"children":1366},{"class":149,"line":506},[1367],{"type":121,"tag":147,"props":1368,"children":1369},{"class":166},[1370],{"type":127,"value":188},{"type":121,"tag":122,"props":1372,"children":1374},{"id":1373},"sizes",[1375],{"type":127,"value":1376},"Sizes",{"type":121,"tag":130,"props":1378,"children":1379},{},[1380,1382,1386,1388,1392,1394,1398,1400,1404],{"type":127,"value":1381},"Specify any custom ",{"type":121,"tag":143,"props":1383,"children":1384},{},[1385],{"type":127,"value":421},{"type":127,"value":1387}," property you use in ",{"type":121,"tag":143,"props":1389,"children":1390},{},[1391],{"type":127,"value":22},{"type":127,"value":1393},", ",{"type":121,"tag":143,"props":1395,"children":1396},{},[1397],{"type":127,"value":25},{"type":127,"value":1399}," and ",{"type":121,"tag":143,"props":1401,"children":1402},{},[1403],{"type":127,"value":372},{"type":127,"value":592},{"type":121,"tag":130,"props":1406,"children":1407},{},[1408],{"type":127,"value":1409},"If a width is not defined, image will fallback to closest possible width.",{"type":121,"tag":130,"props":1411,"children":1412},{},[1413],{"type":121,"tag":803,"props":1414,"children":1415},{},[1416],{"type":127,"value":1248},{"type":121,"tag":136,"props":1418,"children":1420},{"className":1251,"code":1419,"filename":855,"language":1253,"meta":115},"export default {\n  image: {\n    screens: {\n      icon: 40,\n      avatar: 24\n    }\n  }\n}\n",[1421],{"type":121,"tag":143,"props":1422,"children":1423},{"__ignoreMap":115},[1424,1447,1470,1494,1525,1550,1561,1572],{"type":121,"tag":147,"props":1425,"children":1426},{"class":149,"line":150},[1427,1431,1435,1439,1443],{"type":121,"tag":147,"props":1428,"children":1429},{"class":154},[1430],{"type":127,"value":250},{"type":121,"tag":147,"props":1432,"children":1433},{"class":160},[1434],{"type":127,"value":163},{"type":121,"tag":147,"props":1436,"children":1437},{"class":154},[1438],{"type":127,"value":886},{"type":121,"tag":147,"props":1440,"children":1441},{"class":160},[1442],{"type":127,"value":163},{"type":121,"tag":147,"props":1444,"children":1445},{"class":166},[1446],{"type":127,"value":390},{"type":121,"tag":147,"props":1448,"children":1449},{"class":149,"line":220},[1450,1454,1458,1462,1466],{"type":121,"tag":147,"props":1451,"children":1452},{"class":160},[1453],{"type":127,"value":399},{"type":121,"tag":147,"props":1455,"children":1456},{"class":172},[1457],{"type":127,"value":1292},{"type":121,"tag":147,"props":1459,"children":1460},{"class":166},[1461],{"type":127,"value":653},{"type":121,"tag":147,"props":1463,"children":1464},{"class":160},[1465],{"type":127,"value":163},{"type":121,"tag":147,"props":1467,"children":1468},{"class":166},[1469],{"type":127,"value":390},{"type":121,"tag":147,"props":1471,"children":1472},{"class":149,"line":227},[1473,1477,1482,1486,1490],{"type":121,"tag":147,"props":1474,"children":1475},{"class":160},[1476],{"type":127,"value":926},{"type":121,"tag":147,"props":1478,"children":1479},{"class":172},[1480],{"type":127,"value":1481},"screens",{"type":121,"tag":147,"props":1483,"children":1484},{"class":166},[1485],{"type":127,"value":653},{"type":121,"tag":147,"props":1487,"children":1488},{"class":160},[1489],{"type":127,"value":163},{"type":121,"tag":147,"props":1491,"children":1492},{"class":166},[1493],{"type":127,"value":390},{"type":121,"tag":147,"props":1495,"children":1496},{"class":149,"line":237},[1497,1501,1506,1510,1514,1520],{"type":121,"tag":147,"props":1498,"children":1499},{"class":160},[1500],{"type":127,"value":951},{"type":121,"tag":147,"props":1502,"children":1503},{"class":172},[1504],{"type":127,"value":1505},"icon",{"type":121,"tag":147,"props":1507,"children":1508},{"class":166},[1509],{"type":127,"value":653},{"type":121,"tag":147,"props":1511,"children":1512},{"class":160},[1513],{"type":127,"value":163},{"type":121,"tag":147,"props":1515,"children":1517},{"class":1516},"ct-053683",[1518],{"type":127,"value":1519},"40",{"type":121,"tag":147,"props":1521,"children":1522},{"class":166},[1523],{"type":127,"value":1524},",\n",{"type":121,"tag":147,"props":1526,"children":1527},{"class":149,"line":244},[1528,1532,1537,1541,1545],{"type":121,"tag":147,"props":1529,"children":1530},{"class":160},[1531],{"type":127,"value":951},{"type":121,"tag":147,"props":1533,"children":1534},{"class":172},[1535],{"type":127,"value":1536},"avatar",{"type":121,"tag":147,"props":1538,"children":1539},{"class":166},[1540],{"type":127,"value":653},{"type":121,"tag":147,"props":1542,"children":1543},{"class":160},[1544],{"type":127,"value":163},{"type":121,"tag":147,"props":1546,"children":1547},{"class":1516},[1548],{"type":127,"value":1549},"24\n",{"type":121,"tag":147,"props":1551,"children":1552},{"class":149,"line":393},[1553,1557],{"type":121,"tag":147,"props":1554,"children":1555},{"class":160},[1556],{"type":127,"value":926},{"type":121,"tag":147,"props":1558,"children":1559},{"class":166},[1560],{"type":127,"value":710},{"type":121,"tag":147,"props":1562,"children":1563},{"class":149,"line":506},[1564,1568],{"type":121,"tag":147,"props":1565,"children":1566},{"class":160},[1567],{"type":127,"value":399},{"type":121,"tag":147,"props":1569,"children":1570},{"class":166},[1571],{"type":127,"value":710},{"type":121,"tag":147,"props":1573,"children":1574},{"class":149,"line":540},[1575],{"type":121,"tag":147,"props":1576,"children":1577},{"class":166},[1578],{"type":127,"value":188},{"type":121,"tag":1172,"props":1580,"children":1581},{},[1582],{"type":127,"value":1583},".material-theme_material-theme-palenight_material-theme-lighter{color:#EEFFFF;background:#263238;}.dark .material-theme_material-theme-palenight_material-theme-lighter{color:#A6ACCD;background:#292D3E;}.light .material-theme_material-theme-palenight_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-398028{color:#89DDFF;font-style:italic;}.light .ct-398028{color:#39ADB5;font-style:italic;}.ct-521921{color:#EEFFFF;}.dark .ct-521921{color:#A6ACCD;}.light .ct-521921{color:#90A4AE;}.ct-542793{color:#89DDFF;}.light .ct-542793{color:#39ADB5;}.ct-821147{color:#F07178;}.light .ct-821147{color:#E53935;}.ct-083593{color:#C3E88D;}.light .ct-083593{color:#91B859;}.ct-053683{color:#F78C6C;}.light .ct-053683{color:#F76D47;}",{"title":115,"searchDepth":220,"depth":220,"links":1585},[1586,1587],{"id":1225,"depth":220,"text":1228},{"id":1373,"depth":220,"text":1376},"content:3.providers:vercel.md","3.providers/vercel.md",{"_path":111,"_dir":113,"_draft":114,"_partial":114,"_locale":115,"title":110,"description":1591,"body":1592,"_type":1186,"_id":1882,"_source":1188,"_file":1883,"_extension":1190},"Optimizing images for static websites.",{"type":118,"children":1593,"toc":1880},[1594,1606,1624,1636,1875],{"type":121,"tag":130,"props":1595,"children":1596},{},[1597,1599,1604],{"type":127,"value":1598},"If you are building a static site using ",{"type":121,"tag":143,"props":1600,"children":1601},{},[1602],{"type":127,"value":1603},"nuxt generate",{"type":127,"value":1605},", Nuxt Image will optimize and save your images locally when your site is generated - and deploy them alongside your generated pages.",{"type":121,"tag":130,"props":1607,"children":1608},{},[1609,1611,1616,1618,1622],{"type":127,"value":1610},"If you disabled server-side rendering (",{"type":121,"tag":143,"props":1612,"children":1613},{},[1614],{"type":127,"value":1615},"ssr: false",{"type":127,"value":1617}," in the ",{"type":121,"tag":143,"props":1619,"children":1620},{},[1621],{"type":127,"value":855},{"type":127,"value":1623},"), Nuxt Image won't be able to optimize your images during the static generation process.",{"type":121,"tag":130,"props":1625,"children":1626},{},[1627,1629,1634],{"type":127,"value":1628},"In that case, you can tell Nuxt to pre-render images by using the ",{"type":121,"tag":143,"props":1630,"children":1631},{},[1632],{"type":127,"value":1633},"nitro.prerender.routes",{"type":127,"value":1635}," option:",{"type":121,"tag":136,"props":1637,"children":1639},{"className":1251,"code":1638,"language":1253,"meta":115},"export default defineNuxtConfig({\n  ssr: false,\n  nitro: {\n    prerender: {\n      routes: [\n        '/_ipx/w_120/market.jpg',\n        '/_ipx/w_140/market.jpg',\n        // etc.\n      ]\n    }\n  }\n})\n",[1640],{"type":121,"tag":143,"props":1641,"children":1642},{"__ignoreMap":115},[1643,1675,1705,1729,1753,1773,1797,1821,1833,1841,1852,1863],{"type":121,"tag":147,"props":1644,"children":1645},{"class":149,"line":150},[1646,1650,1654,1658,1662,1667,1671],{"type":121,"tag":147,"props":1647,"children":1648},{"class":154},[1649],{"type":127,"value":250},{"type":121,"tag":147,"props":1651,"children":1652},{"class":160},[1653],{"type":127,"value":163},{"type":121,"tag":147,"props":1655,"children":1656},{"class":154},[1657],{"type":127,"value":886},{"type":121,"tag":147,"props":1659,"children":1660},{"class":160},[1661],{"type":127,"value":163},{"type":121,"tag":147,"props":1663,"children":1664},{"class":267},[1665],{"type":127,"value":1666},"defineNuxtConfig",{"type":121,"tag":147,"props":1668,"children":1669},{"class":160},[1670],{"type":127,"value":275},{"type":121,"tag":147,"props":1672,"children":1673},{"class":166},[1674],{"type":127,"value":390},{"type":121,"tag":147,"props":1676,"children":1677},{"class":149,"line":220},[1678,1682,1687,1691,1695,1701],{"type":121,"tag":147,"props":1679,"children":1680},{"class":160},[1681],{"type":127,"value":399},{"type":121,"tag":147,"props":1683,"children":1684},{"class":172},[1685],{"type":127,"value":1686},"ssr",{"type":121,"tag":147,"props":1688,"children":1689},{"class":166},[1690],{"type":127,"value":653},{"type":121,"tag":147,"props":1692,"children":1693},{"class":160},[1694],{"type":127,"value":163},{"type":121,"tag":147,"props":1696,"children":1698},{"class":1697},"ct-358248",[1699],{"type":127,"value":1700},"false",{"type":121,"tag":147,"props":1702,"children":1703},{"class":166},[1704],{"type":127,"value":1524},{"type":121,"tag":147,"props":1706,"children":1707},{"class":149,"line":227},[1708,1712,1717,1721,1725],{"type":121,"tag":147,"props":1709,"children":1710},{"class":160},[1711],{"type":127,"value":399},{"type":121,"tag":147,"props":1713,"children":1714},{"class":172},[1715],{"type":127,"value":1716},"nitro",{"type":121,"tag":147,"props":1718,"children":1719},{"class":166},[1720],{"type":127,"value":653},{"type":121,"tag":147,"props":1722,"children":1723},{"class":160},[1724],{"type":127,"value":163},{"type":121,"tag":147,"props":1726,"children":1727},{"class":166},[1728],{"type":127,"value":390},{"type":121,"tag":147,"props":1730,"children":1731},{"class":149,"line":237},[1732,1736,1741,1745,1749],{"type":121,"tag":147,"props":1733,"children":1734},{"class":160},[1735],{"type":127,"value":926},{"type":121,"tag":147,"props":1737,"children":1738},{"class":172},[1739],{"type":127,"value":1740},"prerender",{"type":121,"tag":147,"props":1742,"children":1743},{"class":166},[1744],{"type":127,"value":653},{"type":121,"tag":147,"props":1746,"children":1747},{"class":160},[1748],{"type":127,"value":163},{"type":121,"tag":147,"props":1750,"children":1751},{"class":166},[1752],{"type":127,"value":390},{"type":121,"tag":147,"props":1754,"children":1755},{"class":149,"line":244},[1756,1760,1765,1769],{"type":121,"tag":147,"props":1757,"children":1758},{"class":160},[1759],{"type":127,"value":951},{"type":121,"tag":147,"props":1761,"children":1762},{"class":172},[1763],{"type":127,"value":1764},"routes",{"type":121,"tag":147,"props":1766,"children":1767},{"class":166},[1768],{"type":127,"value":653},{"type":121,"tag":147,"props":1770,"children":1771},{"class":160},[1772],{"type":127,"value":1324},{"type":121,"tag":147,"props":1774,"children":1775},{"class":149,"line":393},[1776,1780,1784,1789,1793],{"type":121,"tag":147,"props":1777,"children":1778},{"class":160},[1779],{"type":127,"value":976},{"type":121,"tag":147,"props":1781,"children":1782},{"class":166},[1783],{"type":127,"value":206},{"type":121,"tag":147,"props":1785,"children":1786},{"class":209},[1787],{"type":127,"value":1788},"/_ipx/w_120/market.jpg",{"type":121,"tag":147,"props":1790,"children":1791},{"class":166},[1792],{"type":127,"value":206},{"type":121,"tag":147,"props":1794,"children":1795},{"class":166},[1796],{"type":127,"value":1524},{"type":121,"tag":147,"props":1798,"children":1799},{"class":149,"line":506},[1800,1804,1808,1813,1817],{"type":121,"tag":147,"props":1801,"children":1802},{"class":160},[1803],{"type":127,"value":976},{"type":121,"tag":147,"props":1805,"children":1806},{"class":166},[1807],{"type":127,"value":206},{"type":121,"tag":147,"props":1809,"children":1810},{"class":209},[1811],{"type":127,"value":1812},"/_ipx/w_140/market.jpg",{"type":121,"tag":147,"props":1814,"children":1815},{"class":166},[1816],{"type":127,"value":206},{"type":121,"tag":147,"props":1818,"children":1819},{"class":166},[1820],{"type":127,"value":1524},{"type":121,"tag":147,"props":1822,"children":1823},{"class":149,"line":540},[1824,1828],{"type":121,"tag":147,"props":1825,"children":1826},{"class":166},[1827],{"type":127,"value":976},{"type":121,"tag":147,"props":1829,"children":1830},{"class":231},[1831],{"type":127,"value":1832},"// etc.\n",{"type":121,"tag":147,"props":1834,"children":1835},{"class":149,"line":553},[1836],{"type":121,"tag":147,"props":1837,"children":1838},{"class":160},[1839],{"type":127,"value":1840},"      ]\n",{"type":121,"tag":147,"props":1842,"children":1843},{"class":149,"line":621},[1844,1848],{"type":121,"tag":147,"props":1845,"children":1846},{"class":160},[1847],{"type":127,"value":926},{"type":121,"tag":147,"props":1849,"children":1850},{"class":166},[1851],{"type":127,"value":710},{"type":121,"tag":147,"props":1853,"children":1854},{"class":149,"line":642},[1855,1859],{"type":121,"tag":147,"props":1856,"children":1857},{"class":160},[1858],{"type":127,"value":399},{"type":121,"tag":147,"props":1860,"children":1861},{"class":166},[1862],{"type":127,"value":710},{"type":121,"tag":147,"props":1864,"children":1865},{"class":149,"line":700},[1866,1870],{"type":121,"tag":147,"props":1867,"children":1868},{"class":166},[1869],{"type":127,"value":188},{"type":121,"tag":147,"props":1871,"children":1872},{"class":160},[1873],{"type":127,"value":1874},")",{"type":121,"tag":1172,"props":1876,"children":1877},{},[1878],{"type":127,"value":1879},".material-theme_material-theme-palenight_material-theme-lighter{color:#EEFFFF;background:#263238;}.dark .material-theme_material-theme-palenight_material-theme-lighter{color:#A6ACCD;background:#292D3E;}.light .material-theme_material-theme-palenight_material-theme-lighter{color:#90A4AE;background:#FAFAFA;}.ct-398028{color:#89DDFF;font-style:italic;}.light .ct-398028{color:#39ADB5;font-style:italic;}.ct-521921{color:#EEFFFF;}.dark .ct-521921{color:#A6ACCD;}.light .ct-521921{color:#90A4AE;}.ct-021512{color:#82AAFF;}.light .ct-021512{color:#6182B8;}.ct-542793{color:#89DDFF;}.light .ct-542793{color:#39ADB5;}.ct-821147{color:#F07178;}.light .ct-821147{color:#E53935;}.ct-358248{color:#FF9CAC;}.light .ct-358248{color:#FF5370;}.ct-083593{color:#C3E88D;}.light .ct-083593{color:#91B859;}.ct-767688{color:#546E7A;font-style:italic;}.dark .ct-767688{color:#676E95;font-style:italic;}.light .ct-767688{color:#90A4AE;font-style:italic;}",{"title":115,"searchDepth":220,"depth":220,"links":1881},[],"content:4.advanced:2.static-images.md","4.advanced/2.static-images.md",1694348698044]