mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-03 16:17:28 +00:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
window.onload = function() {
|
|
if (window.location.pathname !== '/docs/overview') {
|
|
window.location.href = '/docs/overview';
|
|
}
|
|
}; |