diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-12-07 10:54:38 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-12-07 11:00:52 +0100 |
commit | 2ae139df0007eaa0d5cd1619b954171b1b71ca84 (patch) | |
tree | 4558c1f1a76dbb9752763d611cb9f7d0d4f24ef8 | |
parent | d7db6e2ae93697517209e82e67bdedefdaa9f84c (diff) |
Drop www. from URLs
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r-- | conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ BLOG_AUTHOR = "Olivier Gayot" # (translatable) BLOG_TITLE = "sigexec.com" # (translatable) # This is the main URL for your site. It will be used # in a prominent link. Don't forget the protocol (http/https)! -SITE_URL = "http://www.sigexec.com/" +SITE_URL = "https://sigexec.com/" # This is the URL where Nikola's output will be deployed. # If not set, defaults to SITE_URL # BASE_URL = "http://" |