Skip to content

Commit 90b5f53

Browse files
committed
禁用 404 页自动跳转
1 parent 8a56a8a commit 90b5f53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.fluid.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1001,11 +1001,11 @@ page:
10011001
page404:
10021002
enable: true
10031003
banner_img: /img/404-bg.webp
1004-
banner_img_height: 85
1004+
banner_img_height: 84
10051005
banner_mask_alpha: 0.3
10061006
# 重定向到首页的延迟(毫秒)
10071007
# Delay in redirecting to home page (milliseconds)
1008-
redirect_delay: 5000
1008+
redirect_delay:
10091009

10101010
#---------------------------
10111011
# 友链页

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "potat0-box",
33
"version": "1.0.0",
44
"hexo": {
5-
"version": "7.0.0"
5+
"version": "7.1.1"
66
},
77
"license": "EPL-1.0",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/Potat0000/Blog.git"
1111
},
1212
"dependencies": {
13-
"hexo": "^7.0.0",
13+
"hexo": "^7.1.1",
1414
"hexo-all-minifier": "^0.5.7",
1515
"hexo-filter-nofollow": "^2.0.2",
1616
"hexo-generator-archive": "^2.0.0",

0 commit comments

Comments
 (0)