diff options
author | 53hornet <atc@53hor.net> | 2022-01-15 21:29:15 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2022-01-15 21:29:15 -0500 |
commit | 53cab55111b465e4edfd37f5300fc62ca1fe6e2c (patch) | |
tree | 95b9e51af39e4738d9eb4d90c9380362573609f3 /usr/local/etc/cgitrc | |
parent | 62732ebcc2f7b39aaef4ec73a88f459e3646eb67 (diff) | |
download | cgit-53cab55111b465e4edfd37f5300fc62ca1fe6e2c.tar.xz cgit-53cab55111b465e4edfd37f5300fc62ca1fe6e2c.zip |
fix: real paths
Diffstat (limited to 'usr/local/etc/cgitrc')
-rw-r--r-- | usr/local/etc/cgitrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/etc/cgitrc b/usr/local/etc/cgitrc index fc516a9..d1686fe 100644 --- a/usr/local/etc/cgitrc +++ b/usr/local/etc/cgitrc @@ -1,6 +1,6 @@ -favicon=http://localhost:8000/assets/53hornet.svg -logo=http://localhost:8000/assets/53hornet.svg -css=http://localhost:8000/includes/cgit.css +favicon=https://www.53hor.net/assets/53hornet.svg +logo=https://www.53hor.net/assets/53hornet.svg +css=https://www.53hor.net/includes/cgit.css root-title=index : git.53hor.net root-desc=The source code repositories of Adam Carpenter (53hornet) logo-link=/ |