Skip to content

Commit 8ef37a7

Browse files
committed
updated example config to use template catalog url
1 parent dd688a8 commit 8ef37a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eodash/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig((store) => {
88

99
return {
1010
id: 'template-id',
11-
stacEndpoint: 'https://eurodatacube.github.io/eodash-catalog/RACE/catalog.json',
11+
stacEndpoint: 'https://eodash.github.io/catalog-template/template_catalog/catalog.json',
1212
routes: [],
1313
brand: {
1414
name: "Dashboard",

.eodash/config.runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { mapInstance, currentUrl } = window?.eodashStore?.states
77
*/
88
export default {
99
id: 'template-id',
10-
stacEndpoint: 'https://eurodatacube.github.io/eodash-catalog/RACE/catalog.json',
10+
stacEndpoint: 'https://eodash.github.io/catalog-template/template_catalog/catalog.json',
1111
routes: [],
1212
brand: {
1313
name: "Dashboard",

0 commit comments

Comments
 (0)