We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66275b7 commit 2b1f914Copy full SHA for 2b1f914
1 file changed
app/page.tsx
@@ -76,7 +76,7 @@ export default function Home() {
76
if (type === 'online') {
77
window.location.href = '/register';
78
} else if (type === 'serverless') {
79
- window.location.href = '/serverless-tag';
+ window.location.href = '/serverless';
80
}
81
};
82
0 commit comments