Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Simirall committed Dec 28, 2024
1 parent 2be55bd commit fec02e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ app.route("/api", api).get("*", (c) => {
<meta charSet="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<title>j∞マダミス部</title>
<link
rel="shortcut icon"
href="/static/icon.svg"
type="image/svg+xml"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
Expand All @@ -20,7 +25,6 @@ app.route("/api", api).get("*", (c) => {
></link>
{import.meta.env.PROD ? (
<>
<link rel="stylesheet" href="/static/assets/client.css" />
<script type="module" src="/static/client.js"></script>
</>
) : (
Expand Down

0 comments on commit fec02e2

Please sign in to comment.