Skip to content

Commit 7a10f1f

Browse files
committed
rename script to avoid non-existing route
1 parent f81763d commit 7a10f1f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/forge/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "./style.css"
77
<meta charset="UTF-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<title>The Phase Forge | vtbag.dev</title>
10-
<script src="./main.ts"></script>
10+
<script src="./_main.ts"></script>
1111
</head>
1212
<body>
1313
<main>

0 commit comments

Comments
 (0)