Skip to content

Commit 442ee43

Browse files
committed
Fix using local copy of sql.js
1 parent 28a8d8d commit 442ee43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/composables/useSQLite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function useSQLite() {
2020

2121
try {
2222
SQL = await initSqlJs({
23-
locateFile: file => `/assets/wasm/${file}`
23+
locateFile: file => `assets/wasm/${file}`
2424
});
2525
isInitialized = true
2626
}

0 commit comments

Comments
 (0)