- implement cloud functions for printing

- implement AMOLED mode
- implement reset layout
This commit is contained in:
Amruth Pillai
2020-07-12 15:04:07 +05:30
parent f468ca73c3
commit 5ccc360345
19 changed files with 4004 additions and 20 deletions

View File

@ -65,7 +65,7 @@ module.exports = {
short_name: 'RxResume',
description: 'A free and open-source resume builder.',
start_url: '/?source=pwa',
icon: `assets/images/logo.png`,
icon: `static/images/logo.png`,
background_color: '#FFFFFF',
theme_color: '#444444',
display: 'standalone',
@ -99,7 +99,7 @@ module.exports = {
resolve: 'gatsby-source-filesystem',
options: {
name: 'images',
path: `${__dirname}/assets/images/`,
path: `${__dirname}/static/images/`,
},
},
'gatsby-plugin-sharp',