Skip to content

Commit

Permalink
modify baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenGospel committed Sep 5, 2024
1 parent c0e1d36 commit 3351c31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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": {
"*": [
"../../../home/node/.cache/hugo_cache/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://heavengospel.github.io"
languageCode = "en-us"
paginate = 5
title = "Hugo Theme Stack Starter"
Expand Down

0 comments on commit 3351c31

Please sign in to comment.