Skip to content

Commit

Permalink
Remove unreferenced custom_url.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Aug 19, 2024
1 parent b0bac7c commit 56a8769
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/chainlit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@
# Specify a custom meta image url.
# custom_meta_image_url = "https://chainlit-cloud.s3.eu-west-3.amazonaws.com/logo/chainlit_banner.png"
# Specify a custom meta url.
# custom_url = ""
# Specify a custom build directory for the frontend.
# This can be used to customize the frontend code.
# Be careful: If this is a relative path, it should not start with a slash.
Expand Down Expand Up @@ -261,8 +258,6 @@ class UISettings(DataClassJsonMixin):
custom_font: Optional[str] = None
# Optional custom meta tag for image preview
custom_meta_image_url: Optional[str] = None
# Optional custom meta url
custom_url: Optional[str] = None
# Optional custom build directory for the frontend
custom_build: Optional[str] = None

Expand Down

0 comments on commit 56a8769

Please sign in to comment.