Remove REACT_APP mentions

This commit is contained in:
Will Webberley 2022-11-18 16:10:00 +00:00
parent 8e3c886a2c
commit b14c6db62c
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ $ s3cmd cp build/ s3://my-treadl-ui # Example
To help improve the performance of the app, you may wish to make use of [Imaginary](https://github.com/h2non/imaginary) to crop/resize large images. The web UI is already equipped to handle Imaginary if a server is configured.
To use this feature, simply rebuild the app ensuring that an environment entry is made into `.env.production` that includes `"REACT_APP_IMAGINARY_URL=https://your.imaginaryserver.com"`.
To use this feature, simply rebuild the app ensuring that an environment entry is made into `.env.production` that includes `"VITE_IMAGINARY_URL=https://your.imaginaryserver.com"`.
_Note: If this is not set, Treadl will by default fetch the full size images straight from the S3 source._

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ed0176">
<meta name="description" content="Free online weaving software for the web. %REACT_APP_NAME% lets you manage and backup your weaving projects, edit and view your weaving patterns directly in the browser. Import and export WIF files.">
<meta name="description" content="Free online weaving software for the web. Treadl lets you manage and backup your weaving projects, edit and view your weaving patterns directly in the browser. Import and export WIF files.">
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon.png">