Change Redirects
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
export default function Home() {
|
||||
redirect("legacy/index.html")
|
||||
redirect("/index.html")
|
||||
return <div className="pl-6">Redirecting to legacy... <br/><br/> Please Wait</div>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
export default function Home() {
|
||||
redirect("legacy2021/index.html")
|
||||
redirect("/index.html")
|
||||
return <div className="pl-6">Redirecting to legacy... <br/><br/> Please Wait</div>
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
export default function Home() {
|
||||
redirect("legacy2023/index.html")
|
||||
redirect("/index.html")
|
||||
return <div className="pl-6">Redirecting to legacy... <br/><br/> Please Wait</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user