|
1 | 1 | export const ERROR_ASSET_UPLOAD = 'Error uploading asset' |
2 | | -export const ERROR_API_CREDENTIALS_REQUIRED = |
3 | | - 'Both your Cloudinary API Key and API Secret are required when using a Delivery Type of Upload. Please confirm the environment variables CLOUDINARY_API_KEY and CLOUDINARY_API_SECRET are configured.'; |
4 | | -export const ERROR_CLOUD_NAME_REQUIRED = |
5 | | - 'A Cloudinary Cloud Name is required. Please set cloudName input or use the environment variable CLOUDINARY_CLOUD_NAME'; |
| 2 | +export const ERROR_API_CREDENTIALS_REQUIRED = 'Both your Cloudinary API Key and API Secret are required when using a Delivery Type of Upload. Please confirm the environment variables CLOUDINARY_API_KEY and CLOUDINARY_API_SECRET are configured.'; |
| 3 | +export const ERROR_CLOUD_NAME_REQUIRED = 'A Cloudinary Cloud Name is required. Please set cloudName input or use the environment variable CLOUDINARY_CLOUD_NAME'; |
6 | 4 | export const ERROR_INVALID_IMAGES_PATH = 'Invalid asset path. Please make sure your imagesPath is defined.'; |
7 | | -export const ERROR_NETLIFY_HOST_CLI_SUPPORT = |
8 | | - 'Note: The Netlify CLI does not currently support the ability to determine the host locally, try deploying on Netlify.'; |
9 | | -export const ERROR_NETLIFY_HOST_UNKNOWN = |
10 | | - 'Cannot determine Netlify host, can not proceed with plugin.' |
| 5 | +export const ERROR_NETLIFY_HOST_CLI_SUPPORT = 'Note: The Netlify CLI does not currently support the ability to determine the host locally, try deploying on Netlify.'; |
| 6 | +export const ERROR_NETLIFY_HOST_UNKNOWN ='Cannot determine Netlify host, can not proceed with plugin.' |
11 | 7 | export const ERROR_SITE_NAME_REQUIRED = 'Cannot determine the site name, can not proceed with plugin' |
12 | 8 | export const ERROR_UPLOAD_PRESET = 'To use a delivery type of "upload", please use an uploadPreset for unsigned requests or an API Key and Secret for signed requests' |
13 | 9 | export const ERROR_INVALID_SRCSET = 'Invalid srcset path. Please make sure the srcset is defined.' |
14 | | - 'Cannot determine Netlify host, can not proceed with plugin.'; |
0 commit comments