diff options
author | EuAndreh <eu@euandre.org> | 2025-07-12 19:29:28 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-07-12 19:29:28 -0300 |
commit | 7cc081a9d15440ffdf52448711192713ba2331a3 (patch) | |
tree | 3ee6bc51fd1bd6298cb3a963dd99820baafffc8c | |
parent | src/content/: Add placeholder symlinks representing server mappings (diff) | |
download | euandre.org-7cc081a9d15440ffdf52448711192713ba2331a3.tar.gz euandre.org-7cc081a9d15440ffdf52448711192713ba2331a3.tar.xz |
-rw-r--r-- | src/static.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static.conf b/src/static.conf index 45f5028..694f0fd 100644 --- a/src/static.conf +++ b/src/static.conf @@ -2,7 +2,7 @@ export headers_dir=src/headers export names_dir=src/names export root_dir=src/content export list_addr='~euandreh/public-inbox@lists.sr.ht' -export discussions_url_prefix='https://lists.st.ht/~euandreh/public-inbox?search=' +export discussions_url_prefix='https://lists.sr.ht/~euandreh/public-inbox?search=' export sourcecode_url_prefix="$sourcecode_url/tree" export author='EuAndreh' export site_name="EuAndreh's website" |