We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd2220 commit e8c9494Copy full SHA for e8c9494
examples/simple.html
@@ -5,7 +5,7 @@
5
config = {
6
locateFile: (filename, prefix) => {
7
console.log(`prefix is : ${prefix}`);
8
- return `/dist/${filename}`;
+ return `../dist/${filename}`;
9
}
10
11
// The `initSqlJs` function is globally provided by all of the main dist files if loaded in the browser.
0 commit comments