Skip to content

Commit 6faf5cd

Browse files
committed
fix baseURL
1 parent 0b29ead commit 6faf5cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
baseURL = 'https://github.com/frankheat/offsecnotes/'
1+
baseURL = 'https://offsecnotes.frankheat.io/'
22
languageCode = 'en-us'
33
title = 'offsecnotes'
44
theme = "mytheme"
55
enableGitInfo = true
66
enableRobotsTXT = true
77

88
[params]
9-
GITHUB_PROJECT = "https://github.com/frankheat/offsecnotes"
109
AUTHOR = "frankheat"
10+
GITHUB_PROJECT = "https://github.com/frankheat/offsecnotes"
1111
GITHUB_PROFILE = "https://github.com/frankheat"
1212
LINKEDIN_PROFILE = "https://www.linkedin.com/in/francesco-volpe98/"

0 commit comments

Comments
 (0)