Add latest shortlink functionality, disable browser cache for redirects, fix baseurl retrieval
This commit is contained in:
parent
62edb23d59
commit
9800858fb3
2 changed files with 46 additions and 16 deletions
|
@ -54,6 +54,12 @@ site_domain:
|
|||
# Default: unset
|
||||
subdomain:
|
||||
|
||||
# String: URL which takes you to the most recent short URL's destination
|
||||
# Short URLs cannot be created with this string if set
|
||||
# Default: l
|
||||
latest: 'l'
|
||||
|
||||
# Boolean: Show link to project repository on GitHub at bottom right corner of page
|
||||
# Default: true
|
||||
show_github_link: true
|
||||
|
||||
|
|
Reference in a new issue