summaryrefslogtreecommitdiff
path: root/config/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/settings.py')
-rw-r--r--config/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/settings.py b/config/settings.py
index 9a18f89..7f204b8 100644
--- a/config/settings.py
+++ b/config/settings.py
@@ -63,7 +63,7 @@ PIN_PASS = "hyperrealtryptamine@34zaq"
#root url
BASE_URL = "http://luxagraf.net/"
#path to the folder that holds the generated html files
-FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'v8/')
+FLATFILES_ROOT = os.path.join(PROJ_ROOT, 'site/')
#media and image URLs for the generated html files
BAKED_IMAGES_URL = 'https://images.luxagraf.net/'
BAKED_MEDIA_URL = 'http://luxagraf.net/media/'