We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa3b5 commit ee89162Copy full SHA for ee89162
1 file changed
docs/javascripts/playground-ui.js
@@ -5,19 +5,19 @@
5
* match the Rust implementation.
6
*/
7
8
-// Example files to load (absolute paths from site root)
+// Example files to load (relative paths)
9
const EXAMPLES = {
10
'toon': {
11
name: 'Hiking Data (Rows wins)',
12
- file: '/data/toon.json',
+ file: '../data/toon.json',
13
},
14
'quote': {
15
name: 'Stock Quote (Columns wins)',
16
- file: '/data/quote.json',
+ file: '../data/quote.json',
17
18
'gainers': {
19
name: 'Market Gainers (Struct wins)',
20
- file: '/data/gainers.json',
+ file: '../data/gainers.json',
21
22
};
23
0 commit comments