Skip to content

Commit

Permalink
update baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
cainky committed Jul 27, 2023
1 parent 0dfe812 commit 0e00a19
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Empty file added .hugo_build.lock
Empty file.
10 changes: 10 additions & 0 deletions assets/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../../../tmp/hugo_cache_node/modules/filecache/modules/pkg/mod/github.com/!cai!jimmy/hugo-theme-stack/[email protected]/assets/*"
]
}
}
}
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change baseurl before deploy
baseurl = "https://demo.stack.jimmycai.com"
baseurl = "https://cainky.github.io/kylecain.me/"
languageCode = "en-us"
paginate = 5
title = "Hugo Theme Stack"
Expand Down

0 comments on commit 0e00a19

Please sign in to comment.