Skip to content

Commit

Permalink
Fix screenshot paths
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-laukoetter committed Oct 28, 2021
1 parent d9d3d81 commit e52c4a2
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,28 +96,30 @@ export default {
lang: 'de',
short_name: 'StartApp',
name: 'StartApp Familie',
description: '',
description: 'Partnerschaftlich Eltern werden',
categories: ['goverment'],
background_color: '#d1dfe0',
orientation: 'portrait',
screenshots: [
{
src: 'todos.png',
sizes: '540x720',
src: '/bmfsfj-partnerschaftliche-gleichstellung/screenshots/todos.png',
sizes: '1080x1440',
type: 'image/png',
},
{
src: 'todo.png',
sizes: '540x720',
src: '/bmfsfj-partnerschaftliche-gleichstellung/screenshots/todo.png',
sizes: '1080x1440',
type: 'image/png',
},
{
src: 'modules.png',
sizes: '540x720',
src: '/bmfsfj-partnerschaftliche-gleichstellung/screenshots/modules.png',
sizes: '1080x1440',
type: 'image/png',
},
],
},
workbox: {
offlinePage: '/',
offline: true,
},
},

Expand Down

0 comments on commit e52c4a2

Please sign in to comment.