Skip to content

Commit

Permalink
new-ch
Browse files Browse the repository at this point in the history
Signed-off-by: Jitendra Gundaniya <[email protected]>
  • Loading branch information
jitu5 committed Nov 11, 2024
1 parent c946008 commit 99f7e2d
Show file tree
Hide file tree
Showing 9 changed files with 1,360 additions and 1,361 deletions.
47 changes: 23 additions & 24 deletions 404.html
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>
2 changes: 1 addition & 1 deletion api/deploy-viz-metadata
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"}
Loading

0 comments on commit 99f7e2d

Please sign in to comment.