Update build.html
Browse files- build.html +8 -8
build.html
CHANGED
@@ -70,14 +70,14 @@
|
|
70 |
},
|
71 |
],
|
72 |
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
|
82 |
// Disable the storage manager for the moment
|
83 |
// storageManager: false,
|
|
|
70 |
},
|
71 |
],
|
72 |
|
73 |
+
storageManager: {
|
74 |
+
type: 'remote',
|
75 |
+
autosave: false, // Store data automatically
|
76 |
+
stepsBeforeSave: 1,
|
77 |
+
contentTypeJson: true,
|
78 |
+
urlStore: 'https://dmtuit-psy-vk2.hf.space/storage/save',
|
79 |
+
urlLoad: 'https://dmtuit-psy-vk2.hf.space/storage/save',
|
80 |
+
}
|
81 |
|
82 |
// Disable the storage manager for the moment
|
83 |
// storageManager: false,
|