Skip to content

Commit 3be6109

Browse files
committed
chore: update asset paths and package dependencies
1 parent eb5e50e commit 3be6109

File tree

5 files changed

+164
-181
lines changed

5 files changed

+164
-181
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,6 @@ public/main.wasm
145145
public/xray.schema.cn.json
146146

147147
scripts
148-
scripts/**
148+
scripts/**
149+
150+
public/assets/**

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
rel="stylesheet"
154154
/>
155155

156-
<script src="/wasm_exec.js"></script>
156+
<script src="/assets/wasm_exec.js"></script>
157157

158158
<meta name="color-scheme" content="dark only" />
159159
<meta name="theme-color" content="#161B23" />

0 commit comments

Comments
 (0)