fix Registrazione data

fix linkref
fix controllo login
This commit is contained in:
Paolo Arena
2020-01-20 01:48:34 +01:00
parent 218ccc0d58
commit 3442b5b45a
12 changed files with 448 additions and 297 deletions

View File

@@ -84,9 +84,9 @@ const extendPrerender = (config) => {
module.exports = function (ctx) {
return {
htmlVariables: {
appName: 'Notevole',
appDescription: 'Notevole',
keywords: 'Notevole',
appName: 'Ayni',
appDescription: 'Ayni',
keywords: 'Ayni',
},
// Quasar looks for *.js files by default
sourceFiles: {
@@ -180,7 +180,11 @@ module.exports = function (ctx) {
'QIcon',
'QIntersection',
'QList',
'QRadio',
'QOptionGroup',
'QBtnToggle',
'QStep',
'QStepperNavigation',
'QStepper',
'QItemLabel',
'QItem',
@@ -290,9 +294,9 @@ module.exports = function (ctx) {
// swSrc: 'src/sw.js',
},
manifest: {
name: 'Notevole',
name: 'Ayni',
version: '0.0.2',
short_name: 'Notevole',
short_name: 'Ayni',
description: '',
display: 'standalone',
orientation: 'portrait',