Skip to content

Commit ad5757d

Browse files
committed
chore: alphabetise built-in provider list
1 parent 4d9df43 commit ad5757d

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

src/provider.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,29 @@ import type { InputProvider, ImageModuleProvider, ProviderSetup } from './types'
88
import type { ModuleOptions } from './module'
99
import { ipxSetup } from './ipx'
1010

11+
// Please add new providers alphabetically to the list below
1112
const BuiltInProviders = [
1213
'cloudflare',
14+
'cloudimage',
1315
'cloudinary',
1416
'contentful',
15-
'cloudimage',
17+
'edgio',
1618
'fastly',
1719
'glide',
18-
'imagekit',
1920
'gumlet',
21+
'imageengine',
22+
'imagekit',
2023
'imgix',
2124
'ipx',
22-
'netlify',
2325
'layer0',
24-
'edgio',
26+
'netlify',
2527
'prismic',
2628
'sanity',
27-
'twicpics',
28-
'strapi',
2929
'storyblok',
30+
'strapi',
31+
'twicpics',
3032
'unsplash',
31-
'vercel',
32-
'imageengine'
33+
'vercel'
3334
]
3435

3536
export const providerSetup: Record<string, ProviderSetup> = {

0 commit comments

Comments
 (0)