Skip to content

Commit

Permalink
move stac location
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Oct 7, 2024
1 parent 56f4838 commit 4629c5f
Show file tree
Hide file tree
Showing 24 changed files with 4 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion eodash.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ export default defineConfig({
"hammerjs"
]
},
assetsInclude: ['@/types']
}
})
9 changes: 4 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { createEodash } from "@eodash/eodash";


export default createEodash({
id: "vires",
//@ts-expect-error served from public folder
stacEndpoint: "/stac/catalog.json",
stacEndpoint:new URL("../assets/stac/catalog.json",import.meta.url).href,
brand: {
name: "Vires",
theme: {
Expand All @@ -15,7 +14,7 @@ export default createEodash({
secondary: "#004170",
}
},
noLayout:true,
noLayout: true,
footerText: "VirEs for Swarm"
},
template: {
Expand All @@ -29,8 +28,8 @@ export default createEodash({
},
widgets: [
{
id: "itemfilter",
title: "Item Filter",
id: "datasets",
title: "Datasets",
layout: { x: 0, y: 0, w: 3, h: 5 },
type: "internal",
widget: {
Expand Down

0 comments on commit 4629c5f

Please sign in to comment.