We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591aa38 commit d858a12Copy full SHA for d858a12
src/404_js
@@ -0,0 +1,7 @@
1
+(((route;404.js)))
2
+window.onload=()=>{
3
+ let misspell=(((misspell)));
4
+ if (Object.keys(misspell).contains(window.location.path)) {
5
+ alert("Did you mean "+misspell[window.location.path]+"?");
6
+ }
7
+}
0 commit comments