1
0
Files
card/public/404.html
syui 2cd1a62e5d Fix SPA routing for GitHub Pages deployment
- Update 404.html with React content instead of Vue
- Add automatic 404.html copy to build script
- Fix URL typo in og:url meta tag
- Ensure client-side routing works for user pages

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 15:26:05 +09:00

22 lines
859 B
HTML

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ai.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>card.syui.ai</title>
<link rel="stylesheet" href="/pkg/icomoon/style.css" />
<link rel="stylesheet" href="/pkg/font-awesome/css/all.min.css" />
<script type="module" crossorigin src="/index.js"></script>
<link rel="stylesheet" crossorigin href="/index.css">
<meta name="twitter:card" content="summary">
<meta property="og:url" content="https://card.syui.ai">
<meta property="og:title" content="card.syui.ai">
<meta property="og:description" content="@yui.bsky.social /card">
<meta property="og:image" content="https://card.syui.ai/card/card_0.png">
</head>
<body>
<div id="root"></div>
</body>
</html>