Skip to content

Commit

Permalink
🐞 fix(build): omg i fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Jul 31, 2024
1 parent afe6d30 commit 4b01f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/theme/analyzers/mcla.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class MCLAWorker implements MCLAAPI {

async function loadMCLAWorker(loadProgress?: Ref<number>): Promise<MCLAAPI> {
const worker = MCLAWorker.createFromWorker(
new Worker(new URL("@/workers/mcla.worker.ts", import.meta.url), {
new Worker(new URL("@theme/workers/mcla.worker.ts", import.meta.url), {
type: "classic",
}),
loadProgress,
Expand Down

0 comments on commit 4b01f31

Please sign in to comment.