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