We want to enable static data to be entered here if someone doesn't want to fetch APIs. Static data viewing?
So:
const config = {
keys: { ... },
source: {
get: {
data: [
{ ...object that fits schema },
{ ...object that fits schema }
]
}
}
}
Then when building, can statically create those objects
We want to enable static data to be entered here if someone doesn't want to fetch APIs. Static data viewing?
So:
Then when building, can statically create those objects