diff options
-rw-r--r-- | mediagoblin/config_spec.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 585aaacf..17df2819 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -63,7 +63,7 @@ geolocation_map_visible = boolean(default=False) # Theming stuff theme_install_dir = string(default="%(here)s/user_dev/themes/") theme_web_path = string(default="/theme_static/") -theme_linked_assets_dir = string(default="%(here)s/theme_static/") +theme_linked_assets_dir = string(default="%(here)s/user_dev/theme_static/") theme = string() |