Skip to content

Commit

Permalink
feat: update content sequencing logic
Browse files Browse the repository at this point in the history
Signed-off-by: MelvinKim <melobruk1@gmail.com>
  • Loading branch information
MelvinKim committed Apr 3, 2023
1 parent 4ac2c16 commit 16e8bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@

# wagtail CMS
WAGTAILADMIN_BASE_URL = "" # TODO: Add env
SITE_NAME = "myCareHub"
SITE_NAME = env("SITE_NAME", default="Savannah")
WAGTAIL_SITE_NAME = SITE_NAME
WAGTAIL_APPEND_SLASH = True
WAGTAILSEARCH_HITS_MAX_AGE = 30
Expand Down

0 comments on commit 16e8bdb

Please sign in to comment.