hugo.toml: change root url so that onionsite links don't redirect to revsuine.xyz
This commit is contained in:
parent
fb31aadf7d
commit
536fd28ef6
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
baseURL = 'https://revsuine.xyz/'
|
||||
# set baseURL to / so that onionsite links don't lead to revsuine.xyz
|
||||
baseURL = '/'
|
||||
languageCode = 'en-gb'
|
||||
title = 'revsuine'
|
||||
|
||||
|
|
Loading…
Reference in a new issue