From 9ef69fc0e476bfa4a78992e51cd8dc69e9eee667 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 21 Oct 2023 21:55:39 -0500 Subject: [PATCH] Add cache clearing instructions to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 41cbb519..9420ea36 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,8 @@ Installation - Set `NEXT_PUBLIC_PRO_MODE = 1` to enable higher quality image storage - Set `NEXT_PUBLIC_PUBLIC_API = 1` to enable a public API available at `/api` - Set `NEXT_PUBLIC_OG_TEXT_ALIGNMENT = BOTTOM` to keep OG image text bottom aligned (default is top) + +FAQ +- +Q: My images/content have fallen out of sync with my database and/or my production site no longer matches local development. What do I do?
+A: Navigate to `/admin/configuration` and click the "Clear Cache" button.