Skip to content

Commit 94d5abd

Browse files
author
Yassine El Haddad
authored
Merge pull request #241 from yel-hadd/master
Improvements to 404 not found page
2 parents 6720881 + 5527585 commit 94d5abd

File tree

6 files changed

+10705
-32116
lines changed

6 files changed

+10705
-32116
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ docs/.vuepress/.temp
33
node_modules
44

55
.idea
6-
yarn.lock
76
docs/.vuepress/dist/
87
.vscode
98
*.code-workspace

docs/.vuepress/headFunctions.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ export default [
44
[
55
"script",
66
{
7-
type: "text/javascript",
8-
id: "hs-script-loader",
9-
async: true,
10-
defer: true,
11-
src: "//js.hs-scripts.com/5408110.js",
7+
type: "text/javascript",
8+
id: "hs-script-loader",
9+
async: true,
10+
defer: true,
11+
src: "//js.hs-scripts.com/5408110.js",
1212
},
1313
],
1414
[
@@ -74,8 +74,8 @@ export default [
7474
[
7575
"meta",
7676
{
77-
name: "google-site-verification",
78-
content: "5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs",
77+
name: "google-site-verification",
78+
content: "5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs",
7979
},
8080
],
81-
];
81+
];

docs/.vuepress/public/not-found.html

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)