Skip to content

Commit 2b1f914

Browse files
committed
fix broken link
1 parent 66275b7 commit 2b1f914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function Home() {
7676
if (type === 'online') {
7777
window.location.href = '/register';
7878
} else if (type === 'serverless') {
79-
window.location.href = '/serverless-tag';
79+
window.location.href = '/serverless';
8080
}
8181
};
8282

0 commit comments

Comments
 (0)