Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / applications / docs / favicon.config.js
blobde47c551c8303087856b37b88c22e25c8f52c232
1 const path = require('path');
3 const url = 'https://docs.proton.me/';
5 module.exports = {
6     // TODO: use real images, copied those from Drive for now
7     logo: path.resolve('./src/favicon.svg'),
8     logoMaskable: path.resolve('./src/icon-maskable.svg'),
9     favicons: {
10         appName: 'Proton Docs',
11         // TODO: get real description from product
12         appDescription: 'Edit documents in real time, fully end-to-end encrypted.',
13     },
14     url,
15     ogImage: `${url}assets/proton-og-image.png`,
16     locales: Object.keys(require('./locales/config/locales.json')),