- Primo CNM
This commit is contained in:
@@ -84,9 +84,9 @@ const extendPrerender = (config) => {
|
||||
module.exports = function (ctx) {
|
||||
return {
|
||||
htmlVariables: {
|
||||
appName: 'Ayni',
|
||||
appDescription: 'Ayni',
|
||||
keywords: 'Ayni',
|
||||
appName: 'CNM',
|
||||
appDescription: 'Comunità Nuovo Mondo',
|
||||
keywords: 'CNM',
|
||||
},
|
||||
// Quasar looks for *.js files by default
|
||||
sourceFiles: {
|
||||
@@ -159,7 +159,7 @@ module.exports = function (ctx) {
|
||||
},
|
||||
devServer: {
|
||||
https: false,
|
||||
port: 8085,
|
||||
port: 8090,
|
||||
open: false // opens browser window automatically
|
||||
},
|
||||
// framework: 'all' --- includes everything; for dev only!
|
||||
@@ -296,9 +296,9 @@ module.exports = function (ctx) {
|
||||
// swSrc: 'src/sw.js',
|
||||
},
|
||||
manifest: {
|
||||
name: 'Ayni',
|
||||
version: '0.0.2',
|
||||
short_name: 'Ayni',
|
||||
name: 'Comunità Nuovo Mondo',
|
||||
version: '0.1.0',
|
||||
short_name: 'CNM',
|
||||
description: '',
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
|
||||
Reference in New Issue
Block a user