summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-07-12 19:29:28 -0300
committerEuAndreh <eu@euandre.org>2025-07-12 19:29:28 -0300
commit7cc081a9d15440ffdf52448711192713ba2331a3 (patch)
tree3ee6bc51fd1bd6298cb3a963dd99820baafffc8c
parentsrc/content/: Add placeholder symlinks representing server mappings (diff)
downloadeuandre.org-7cc081a9d15440ffdf52448711192713ba2331a3.tar.gz
euandre.org-7cc081a9d15440ffdf52448711192713ba2331a3.tar.xz
src/static.conf ($discussions_url_prefix): Fix typo in addressHEADmain
-rw-r--r--src/static.conf2
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"