- Changed og:image and twitter:image to use full URL instead of relative path - Added og:url meta tag for proper social media sharing - Fixes "not a valid URL" error from social media scrapers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<!-- Title will be dynamically updated from branding settings -->
|
|
<title>Loading...</title>
|
|
<meta name="description" content="Learn. Grow. Succeed." />
|
|
<meta name="author" content="WithDwindi" />
|
|
|
|
<meta property="og:title" content="WithDwindi" />
|
|
<meta property="og:description" content="Learn. Grow. Succeed." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="https://lovable.backoffice.biz.id/opengraph.png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="629" />
|
|
<meta property="og:image:alt" content="WithDwindi" />
|
|
<meta property="og:url" content="https://lovable.backoffice.biz.id" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:site" content="@dwindown" />
|
|
<meta name="twitter:image" content="https://lovable.backoffice.biz.id/opengraph.png" />
|
|
<meta name="twitter:image:alt" content="WithDwindi" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|