Skip to content

Commit 52f8a77

Browse files
authored
add page titles per envt (#49)
1 parent 13077cc commit 52f8a77

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

frontend/spa-build-config-sdh-1dev.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"defaultLocale": "$SPA_DEFAULT_LOCALE",
66
"importmap": "$SPA_PATH/importmap.json",
77
"routes": "$SPA_PATH/routes.registry.json",
8-
"supportOffline": false
8+
"supportOffline": false,
9+
"pageTitle": "Dev SDH OpenMRS"
910
}

frontend/spa-build-config-sdh-2test.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"defaultLocale": "$SPA_DEFAULT_LOCALE",
66
"importmap": "$SPA_PATH/importmap.json",
77
"routes": "$SPA_PATH/routes.registry.json",
8-
"supportOffline": false
8+
"supportOffline": false,
9+
"pageTitle": "Test SDH OpenMRS"
910
}

frontend/spa-build-config-sdh-3stage.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"defaultLocale": "$SPA_DEFAULT_LOCALE",
66
"importmap": "$SPA_PATH/importmap.json",
77
"routes": "$SPA_PATH/routes.registry.json",
8-
"supportOffline": false
8+
"supportOffline": false,
9+
"pageTitle": "Stage SDH OpenMRS"
910
}

frontend/spa-build-config-sdh-4prod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"defaultLocale": "$SPA_DEFAULT_LOCALE",
66
"importmap": "$SPA_PATH/importmap.json",
77
"routes": "$SPA_PATH/routes.registry.json",
8-
"supportOffline": false
8+
"supportOffline": false,
9+
"pageTitle": "SDH OpenMRS"
910
}

0 commit comments

Comments
 (0)