From 6800242f5855de6d75aaff5e23f4109926b3c89f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 25 Mar 2022 11:51:16 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 11d606f..5b045ad 100644 --- a/readme.md +++ b/readme.md @@ -76,14 +76,14 @@ Preview images are **enabled by default**, but they can be slow to generate, so If you want to cache generated preview images to speed up subsequent builds, you'll need to first set up an external [Redis](https://redis.io) data store. To enable redis caching, set `isRedisEnabled` to `true` in `site.config.js` and then set `REDIS_HOST` and `REDIS_PASSWORD` environment variables to point to your redis instance. -You can do this locally adding a `.env` file: +You can do this locally by adding a `.env` file: ```bash REDIS_HOST='TODO' REDIS_PASSWORD='TODO' ``` -Note that support for preview images and redis caching are both optional. If you’d rather not deal with them, just disable them in your site config. +Note that preview images and redis caching are both optional features. If you’d rather not deal with them, just disable them in your site config. ## Styles