- correct sorting for solr results

- correct authors in dataset citation
This commit is contained in:
Arno Kaimbacher 2022-01-14 10:24:21 +01:00
parent 110fbcac63
commit 7e47b30340
3 changed files with 17 additions and 1 deletions

View file

@ -33,6 +33,12 @@ const routes = [
component: DatasetDetailComponent,
props: true,
},
// {
// path: "/10.24341/tethys.:datasetId",
// name: "dataset2",
// component: DatasetDetailComponent,
// props: true,
// },
{
path: "/services",
name: "Services",