Skip to content

Commit

Permalink
Merge pull request #1818 from bcgov/DEVX-polyfill
Browse files Browse the repository at this point in the history
Switching from polyfill.io to cloudflare
  • Loading branch information
oomIRL committed Jul 2, 2024
2 parents 5f04db1 + ed0ab62 commit ed22a54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion web/src/hoc/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const Layout = ({ children }) => {
<StyledContainer fluid>
{/* This is to fix the some of the issues occuring on IE 11, specifically the nav issues*/}
<Helmet>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js" />
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js" />
</Helmet>
<PrimaryHeader showHamburger hamburgerClicked={() => setMenuToggled(!menuToggled)} />

Expand Down
8 changes: 4 additions & 4 deletions web/topicRegistry/data-and-apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"owner": "bcgov",
"title": "BC Government API Registry",
"description": "The Province of British Columbia API Registry",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png"
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png"
}
},
{
Expand All @@ -30,7 +30,7 @@
"url": "https://github.com/bcgov/api-specs",
"owner": "bcgov",
"repo": "api-specs",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png",
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png",
"files": [
"README.md"
]
Expand All @@ -43,7 +43,7 @@
"owner": "bcgov",
"title": "BC Data Catalogue",
"description": "The BC Data catalogue helps users to find, understand and explore data. The catalogue also provides contact information so that data users can contact Data Custodians for additional information if required.",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png"
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png"
}
},
{
Expand All @@ -54,7 +54,7 @@
"author": "webgismd",
"title": "BC Web Mapping and Spatial Services",
"description": "There are many options for web mapping technology. The purpose of this site is to help people become more familiar with what is available in the area of spatail web services and web mapping hosted solutions.",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png"
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png"
},
"resourceType": "Documentation"
}
Expand Down
4 changes: 2 additions & 2 deletions web/topicRegistry/developer-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"owner": "bcgov",
"title": "BC Data Catalogue",
"description": "The BC Data catalogue helps users to find, understand and explore data. The catalogue also provides contact information so that data users can contact Data Custodians for additional information if required.",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png"
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png"
},
"resourceType": "Documentation"
},
Expand All @@ -130,7 +130,7 @@
"author": "webgismd",
"title": "BC Web Mapping and Spatial Resources",
"description": "There are many options for web mapping technology. The purpose of this site is to help people become more familiar with what is available in the area of spatail web services and web mapping hosted solutions.",
"image": "https://developer.gov.bc.ca/images/gov-logo-static.png"
"image": "https://classic.developer.gov.bc.ca/images/gov-logo-static.png"
},
"resourceType": "Documentation"
},
Expand Down

0 comments on commit ed22a54

Please sign in to comment.