Test if media_upload is set, and halt if not

This commit is contained in:
sørenpeter 2025-02-23 08:59:37 +01:00
parent e2c082a14a
commit 4965cd8a55

View file

@ -24,8 +24,8 @@ site_title = "Timeline"
txt_file_path = "twtxt.txt"
; Path to folder where you want to upload images for your posts
media_upload = "../twtxt"
public_media = "https://darch.dk/twtxt"
media_upload = "../media"
public_media = "https://example.com/timeline/media"
; Full URL for your public twtxt.txt file
public_txt_url = "https://example.com/timeline/twtxt.txt"