Skip to content

Commit

Permalink
PWA settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dyakov committed Nov 11, 2021
1 parent 7dce68e commit 7d6ac08
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
module.exports = {
publicPath: '/print-ui/'
}
publicPath: '/print-ui/',

pwa: {
name: 'Бесплатный принтер физфака',
themeColor: '#558ab2',
msTileColor: '#558ab2',
appleMobileWebAppCapable: 'yes',
appleMobileWebAppStatusBarStyle: '#558ab2',
}
}

0 comments on commit 7d6ac08

Please sign in to comment.