-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jitendra Gundaniya <[email protected]>
- Loading branch information
Showing
9 changed files
with
1,360 additions
and
1,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<!-- Handle GitHub Pages redirect by storing the requested path and redirecting to the root --> | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Redirecting</title> | ||
<p>Redirecting...</p> | ||
<script> | ||
try { | ||
const path = window.location.pathname.slice(1); | ||
const search = window.location.search; | ||
if (window.localStorage) { | ||
if (path === 'experiment-tracking') { | ||
// For the 'experiment-tracking' path, store the full path and search parameters | ||
localStorage.setItem('ghp-redirect-path', `${path}${search}`); | ||
} else { | ||
// For other paths, store the root path '/' | ||
localStorage.setItem('ghp-redirect-path', '/'); | ||
} | ||
} | ||
window.location.href = '../'; | ||
} catch (e) { | ||
console.error('Failed to handle redirect:', e); | ||
window.location.href = '/'; // Fallback to root | ||
} | ||
</script> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<meta name="theme-color" content="#000000" /> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<title>Kedro-Viz</title> | ||
<meta | ||
name="description" | ||
content="Kedro-Viz is an interactive development tool for building data science pipelines with Kedro." | ||
/> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body></body> | ||
|
||
<body> | ||
<noscript> You need to enable JavaScript to run this app. </noscript> | ||
<div id="root"></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"timestamp": "08.11.2024 15:03:28", "version": "10.0.0"} | ||
{"timestamp": "11.11.2024 11:56:28", "version": "10.0.0"} |
Oops, something went wrong.