Skip to content
Snippets Groups Projects
Verified Commit 3929baa5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use basename as URL slug

parent a6a611c3
No related branches found
No related tags found
No related merge requests found
Pipeline #1060 passed
......@@ -10,6 +10,7 @@ SITELOGO = f'{SITEURL}/images/logo.png'
STATIC_PATHS = ["static", "images"]
PATH = 'content'
OUTPUT_PATH = 'public'
SLUGIFY_SOURCE = 'basename'
TIMEZONE = 'Europe/Berlin'
DEFAULT_LANG = 'de'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment