Skip to content

Commit e71dfe5

Browse files
committed
Remove meta refresh
1 parent 46b2033 commit e71dfe5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/routes/home.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import type { MetaFunction } from "react-router";
22
import { Navigate } from "react-router";
33

4-
export const meta: MetaFunction = () => [
5-
{ title: "Source 2 Schema Explorer" },
6-
{ tagName: "meta", httpEquiv: "refresh", content: "0;url=/SchemaExplorer/cs2" },
7-
];
4+
export const meta: MetaFunction = () => [{ title: "Source 2 Schema Explorer" }];
85

96
export default function Home() {
107
return <Navigate to="/cs2" replace />;

0 commit comments

Comments
 (0)