Skip to content

Commit d1d6ffe

Browse files
committed
feat: add offline mapping for sharedWiki
1 parent 0a40f92 commit d1d6ffe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/app/config/mapping.js

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = {
1111
'https://utwente.graasp.eu/preproduction/observationTool/build/observationTool.one.html',
1212
'https://utwente.graasp.eu/preproduction/refquest/build/quizTool.html':
1313
'https://utwente.graasp.eu/preproduction/refquest/build/quizTool.one.html',
14+
'https://utwente.graasp.eu/preproduction/sharedWiki/build/sharedWiki.html':
15+
'https://utwente.graasp.eu/preproduction/sharedWiki/build/sharedWiki.one.html',
1416
'https://utwente.graasp.eu/preproduction/tableTool/build/tableTool.html':
1517
'https://utwente.graasp.eu/preproduction/tableTool/build/tableTool.one.html',
1618

@@ -26,6 +28,8 @@ module.exports = {
2628
'https://utwente.graasp.eu/production/observationTool/build/observationTool.one.html',
2729
'https://utwente.graasp.eu/production/refquest/build/quizTool.html':
2830
'https://utwente.graasp.eu/production/refquest/build/quizTool.one.html',
31+
'https://utwente.graasp.eu/production/sharedWiki/build/sharedWiki.html':
32+
'https://utwente.graasp.eu/production/sharedWiki/build/sharedWiki.one.html',
2933
'https://utwente.graasp.eu/production/tableTool/build/tableTool.html':
3034
'https://utwente.graasp.eu/production/tableTool/build/tableTool.one.html',
3135
};

0 commit comments

Comments
 (0)