Fix scope

This commit is contained in:
Sidharth Vinod
2021-05-31 17:06:20 +05:30
parent 7dd7e53d77
commit da7d0fad37
+1 -1
View File
@@ -19,7 +19,7 @@ export const get = (): { body: unknown } => {
start_url: `${base}/edit/`,
background_color: '#6366F1',
display: 'standalone',
scope: `${base}`,
scope: `${base}/edit/`,
theme_color: '#6366F1',
description: 'FlowChart & Diagrams Editor.',
orientation: 'landscape'