diff --git a/src/glcc/project/index.jsx b/src/glcc/project/index.jsx index 606030306..32f7965b3 100644 --- a/src/glcc/project/index.jsx +++ b/src/glcc/project/index.jsx @@ -23,7 +23,7 @@ function Project(propsF) { const {location, match:{params:{id}}, repoPublic, history} = propsF; const {pathname} = location; if(id==="2023" && !repoPublic){ - history.go(-1); + history.push('/glcc') } useEffect(()=>{ window.scrollTo(0, 0);