mirror of
https://github.com/patdelphi/suanming.git
synced 2026-02-28 05:33:11 +08:00
- Remove dist/ from .gitignore to include build artifacts - Add complete dist directory with built frontend assets - This ensures static files are available for deployment - Fixes 404 errors on Koyeb deployment
15 lines
349 B
HTML
15 lines
349 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<script type="module" crossorigin src="/assets/index--p8QidXz.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-DYPMf_St.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |