Skip to content

Commit

Permalink
Merge pull request #13 from koopjs/b/2571-fix-hub-page-links
Browse files Browse the repository at this point in the history
Change landingPage and identifier to use the canonical url for a given item
  • Loading branch information
sonofflynn89 authored Nov 29, 2021
2 parents 265fdbc + cf0241b commit 02e672c
Show file tree
Hide file tree
Showing 10 changed files with 133 additions and 88 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG.md

## Unreleased
Fixed
- Landing page and identifier urls are now the canonical hub url for the item [#13](https://github.com/koopjs/koop-output-dcat-us-11/pull/13)
- Hub Pages included in the feed no longer have 404ing urls [#13](https://github.com/koopjs/koop-output-dcat-us-11/pull/13)

## 1.3.1
Fixed
- Fixed landingPage and identifier urls to be custom domain rather than opendata subdomain
Expand Down
66 changes: 40 additions & 26 deletions example-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 31 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"@esri/arcgis-rest-auth": "^3.2.1",
"@esri/arcgis-rest-portal": "^3.2.1",
"@esri/arcgis-rest-request": "^3.2.1",
"@esri/hub-common": "^8.13.2",
"@esri/hub-initiatives": "^8.13.2",
"@esri/hub-search": "^8.14.0",
"@esri/hub-sites": "^8.13.2",
"@esri/hub-teams": "^8.13.2",
"@esri/hub-common": "^9.8.0",
"@esri/hub-initiatives": "^9.8.0",
"@esri/hub-search": "^9.8.0",
"@esri/hub-sites": "^9.8.0",
"@esri/hub-teams": "^9.8.0",
"config": "^3.3.6",
"lodash": "^4.17.21",
"tslib": "~2.3.0"
Expand Down
Loading

0 comments on commit 02e672c

Please sign in to comment.