Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7178494

Browse files
fix errors file
1 parent 5f4816d commit 7178494

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
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';
64
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.'
117
export const ERROR_SITE_NAME_REQUIRED = 'Cannot determine the site name, can not proceed with plugin'
128
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'
139
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /