There was an error while loading. Please reload this page.
1 parent f81763d commit 7a10f1fCopy full SHA for 7a10f1f
2 files changed
src/pages/forge/main.ts src/pages/forge/_main.tssrc/pages/forge/main.ts renamed to src/pages/forge/_main.ts
src/pages/forge/index.astro
@@ -7,7 +7,7 @@ import "./style.css"
7
<meta charset="UTF-8" />
8
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9
<title>The Phase Forge | vtbag.dev</title>
10
- <script src="./main.ts"></script>
+ <script src="./_main.ts"></script>
11
</head>
12
<body>
13
<main>
0 commit comments