[fix] fix hugo 404

This commit is contained in:
tjq 2020-05-20 20:17:50 +08:00
parent f823d99d8f
commit d469acb233
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,3 @@
baseURL = "http://kfcfans.gitee.io/ohmyscheduler/"
baseURL = "http://kfcfans.gitee.io/ohmyscheduler"
languageCode = "en-us"
title = "OhMyScheduler"

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OhMyScheduler</title>
</head>
<body>
OhMyScheduler
</body>
</html>