Skip to content

Commit

Permalink
Deploying to gh-pages from @ d44bd5f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
louiiuol committed Oct 20, 2024
1 parent f36f384 commit 420b4df
Show file tree
Hide file tree
Showing 65 changed files with 86 additions and 92 deletions.
10 changes: 2 additions & 8 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,8 @@
<title>ngx lib - Not Found - Redirecting</title>
<meta http-equiv="refresh" content="0; URL='/ngx-lib/'" />
<script type="text/javascript">
// Check if the current path isn't the root ("/ngx-lib/")
if (window.location.pathname !== "/ngx-lib/") {
alert(window.location.pathname);
// Redirect the user back to the index page while preserving the original route
window.location.replace(
"/ngx-lib/" + window.location.pathname.substring(1),
);
}
const path = window.location.pathname.replace("/ngx-lib", "");
window.location.href = "/ngx-lib/#" + path;
</script>
</head>
<body></body>
Expand Down
2 changes: 1 addition & 1 deletion assets/ng-doc/indexes.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/ng-doc/keywords.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chunk-E36M2ULZ.js → chunk-2BXO44KS.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chunk-LOA46F4F.js → chunk-2JGIWVSF.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 420b4df

Please sign in to comment.