Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8c9494

Browse files
committed
Fix simple example
1 parent 5dd2220 commit e8c9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
config = {
66
locateFile: (filename, prefix) => {
77
console.log(`prefix is : ${prefix}`);
8-
return `/dist/${filename}`;
8+
return `../dist/${filename}`;
99
}
1010
}
1111
// The `initSqlJs` function is globally provided by all of the main dist files if loaded in the browser.

0 commit comments

Comments
 (0)