From 0015807c90000950af5e458a65aba50cf61dbabd Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 10 Jul 2023 05:02:48 +0100 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d66fa5e..9262acd 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,13 @@ Simple Links is a lightweight alternative to Linktree and others. ] } ``` + +## Help!!! I'm getting an error when launching it + +### Config Issue + +If your error looks similar to this you are most likely missing part of the config, as some new things may have been added. + +```bash +simple-links | Type error: Property 'theme' does not exist on type '{ name: string; description: string; avatar: string; background: { showBackground: boolean; blur: boolean; darken: { enabled: boolean; amount: number; }; backgroundImage: string; }; infoCard: { transparency: number; }; metadata: { ...; }; options: { ...; }; analytics: { ...; }; links: { ...; }[]; }'. +```