diff --git a/d2.config.js b/d2.config.js index ced1c24fd6..52686c517c 100644 --- a/d2.config.js +++ b/d2.config.js @@ -1,7 +1,8 @@ const config = { - name: 'Capture Bangladesh', + name: 'capture', + title: 'Capture', type: 'app', - coreApp: false, + coreApp: true, entryPoints: { app: './src/index', },