commit 9cf972f69a1f003391c36e45cc5c0acb12878764 parent 28dd54a0ee22053191b4f537bfeb26b183280da5 Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Tue, 28 Apr 2020 15:04:32 +0700 hotfix: change prod config url to / Diffstat:
| M | config.toml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml @@ -21,12 +21,12 @@ title = "YBBond" [[menu.main]] identifier = "home" name = "Home" - url = "https://ybbond.dev" + url = "/" weight = 8 [[menu.main]] identifier = "cv" name = "CV" - url = "https://ybbond.dev/cv" + url = "/cv" weight = 9 [[menu.main]] identifier = "author"