Skip to content

Commit 72cab10

Browse files
committed
feat: update homepage redirect to point to the general introduction page
1 parent a9dd21e commit 72cab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default function HomePage() {
22
return (
33
<script dangerouslySetInnerHTML={{__html:
4-
`window.location.replace("./code0/${process.env.NEXT_PUBLIC_ARTIFACT_VIEWER === "true" ? "index.html" : ""}")`
4+
`window.location.replace("./general/introduction/${process.env.NEXT_PUBLIC_ARTIFACT_VIEWER === "true" ? "index.html" : ""}")`
55
}}/>
66
);
77
}

0 commit comments

Comments
 (0)