mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-02 00:28:00 +00:00
5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
window.onload = function() {
|
|
if (window.location.pathname == '/' || window.location.pathname == "") {
|
|
window.location.href = '/docs/overview';
|
|
}
|
|
}; |