Skip to content

Commit 16f1a7b

Browse files
committed
Updates
1 parent d82787a commit 16f1a7b

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

404.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
// e.g., https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
1616
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
1717
// Note: this 404.html file must be at least 512 bytes for it to work
18-
// with Internet Explorer (it is currently > 512 bytes)
19-
20-
// If you're creating a Project Pages site and NOT using a custom domain,
18+
// with Internet Explorer (it is currently > 512 bytes) // If you're creating a Project Pages site and NOT using a custom domain,
2119
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
2220
// This way the code will only replace the route part and not the real folder.
2321

2422
// For a custom domain or GitHub Pages user site, set this to 0
25-
var pathSegmentsToKeep = 0;
23+
var pathSegmentsToKeep = 1;
2624

2725
var l = window.location;
2826
l.replace(

assets/index-BE83TP9b.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)