diff --git a/src/components/form/SignUpForm.tsx b/src/components/form/SignUpForm.tsx index 231e5186..05a43bc6 100644 --- a/src/components/form/SignUpForm.tsx +++ b/src/components/form/SignUpForm.tsx @@ -125,7 +125,7 @@ export function SignUpForm() { useEffect(() => { workerRef.current = new Worker( - new URL('../workers/account/account.ts', import.meta.url) + new URL('../../workers/account/account.ts', import.meta.url) ); workerRef.current.onmessage = async event => {