Skip to content

Commit 565a7a6

Browse files
committed
fix: js now correctly referred
1 parent cc8f712 commit 565a7a6

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy Dev Preview
33
on:
44
push:
55
branches: [dev]
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
78

89
permissions:
910
contents: read

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</div>
155155
</footer>
156156
</div>
157-
<script type="module" src="/src/main.js"></script>
157+
<script type="module" src="src/main.js"></script>
158158
</body>
159159

160160
</html>

0 commit comments

Comments
 (0)