Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -868,17 +868,18 @@ const baseroutes: IListRoutes[] = [
|
||||
|
||||
]
|
||||
|
||||
export function firstimagehome() {
|
||||
|
||||
let img = 'statics/images/background.jpg'
|
||||
return img
|
||||
}
|
||||
|
||||
const arrLangUsed = [
|
||||
'it',
|
||||
// 'enUs',
|
||||
// 'es',
|
||||
]
|
||||
|
||||
export function firstimagehome() {
|
||||
|
||||
let img = 'statics/images/background.jpg'
|
||||
return img
|
||||
}
|
||||
|
||||
const lang_available: ILang[] = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user