Skip to content

Commit 9318b89

Browse files
authored
Merge pull request #9 from alstark1/config
t4
2 parents fd0763d + 30209f2 commit 9318b89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ pwa:
153153
paginate: 10
154154

155155
# The base URL of your site
156-
baseurl: ""
156+
baseurl: "/drstark.github.io"
157157

158158
# ------------ The following options are not recommended to be modified ------------------
159159

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
layout: null
2+
layout: home
33
permalink: /
44
# Index page
55
---
66

7-
<meta http-equiv="refresh" content="0; url=/about/">
7+
<meta http-equiv="refresh" content="0; url={{ site.baseurl }}/about/">
88

0 commit comments

Comments
 (0)