All checks were successful
Deploy to Production / deploy (push) Successful in 2m23s
Includes frontend redesign (Navigation, billingApi), backend updates (auth routes, admin routes, LLM service refactor), MSAL removal, and dependency updates. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
20 lines
779 B
HTML
Executable file
20 lines
779 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<title>Cohorta</title>
|
|
<meta name="description" content="AI-powered synthetic focus groups for product research" />
|
|
<meta name="author" content="AImpress" />
|
|
<meta property="og:title" content="Cohorta" />
|
|
<meta property="og:description" content="AI-powered synthetic focus groups for product research" />
|
|
<meta property="og:image" content="/og-image.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|