- Rifatto Committ (era errato quello prima , avevo mischiato quello di brigitte...)
- Corretto Tragitto 6/7 Nave Sognatore...
This commit is contained in:
@@ -55,9 +55,7 @@ const extendHTMLToWebpack = (config) => {
|
||||
.loader('vue-html-loader')
|
||||
};
|
||||
|
||||
const elenco1 = ['/', '/whoiam', '/books', '/photosgallery', '/audiopoetry', '/international_events',
|
||||
'/artistic_background', '/artistic_collaboration', '/photos_exibitions', '/whereiam', '/compl_activities',
|
||||
'/policy', '/signup', '/signin', '/offline'];
|
||||
const elenco1 = ['/'];
|
||||
|
||||
const extendPrerender = (config) => {
|
||||
config
|
||||
@@ -83,13 +81,12 @@ const extendPrerender = (config) => {
|
||||
|
||||
};
|
||||
|
||||
|
||||
module.exports = function (ctx) {
|
||||
return {
|
||||
htmlVariables: {
|
||||
appName: 'Brigitte MG Dumont',
|
||||
appDescription: 'Brigitte MG Dumont',
|
||||
keywords: 'Brigitte MG Dumont',
|
||||
appName: 'Ayni',
|
||||
appDescription: 'Ayni',
|
||||
keywords: 'Ayni',
|
||||
},
|
||||
// Quasar looks for *.js files by default
|
||||
sourceFiles: {
|
||||
@@ -162,7 +159,7 @@ module.exports = function (ctx) {
|
||||
},
|
||||
devServer: {
|
||||
https: false,
|
||||
port: 8083,
|
||||
port: 8085,
|
||||
open: false // opens browser window automatically
|
||||
},
|
||||
// framework: 'all' --- includes everything; for dev only!
|
||||
@@ -223,13 +220,10 @@ module.exports = function (ctx) {
|
||||
'QSpinnerGears',
|
||||
'QDate',
|
||||
'QTime',
|
||||
'QTimeline',
|
||||
'QTimelineEntry',
|
||||
'QSlideTransition',
|
||||
'QTable',
|
||||
'QUploader',
|
||||
'QTh',
|
||||
'QVideo',
|
||||
'QTr',
|
||||
'QTd',
|
||||
'QLinearProgress',
|
||||
@@ -266,7 +260,7 @@ module.exports = function (ctx) {
|
||||
'Loading'
|
||||
],
|
||||
iconSet: 'fontawesome-v5',
|
||||
lang: 'es', // Quasar language
|
||||
lang: 'it', // Quasar language
|
||||
},
|
||||
animations: 'all',
|
||||
ssr: {
|
||||
@@ -325,4 +319,5 @@ module.exports = function (ctx) {
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user