Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit b227eb6

Browse files
committed
Uncomment redirect to homepage
1 parent 4700ba8 commit b227eb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

404.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ var redirectURL = redirects.get(request);
127127

128128
var timer = setTimeout( function() {
129129
if ( redirectURL === undefined ) {
130-
//window.location = '/';
130+
window.location = '/';
131131
} else {
132132
window.location = redirectURL;
133133
}

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude:
1919
- vendor/bundle
2020

2121
# Increment to force users' browser to download new assets
22-
build_version: 1.1
22+
build_version: 1.2
2323
stylesheet_version: 1.4
2424
javascript_version: 1.2
2525

0 commit comments

Comments
 (0)