Skip to content

Commit 143c904

Browse files
committed
chore: update login page meta title
1 parent 164e263 commit 143c904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/app/(public)/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const dynamic = 'force-dynamic'
1414

1515
export async function generateMetadata() {
1616
return buildMetatags({
17-
title: 'Sign in to your account',
17+
title: 'AI Engineering Studio',
1818
})
1919
}
2020

0 commit comments

Comments
 (0)