CityOfLosAngeles / open-sdg-site-starter

A starting point for the site repository of an Open SDG platform implementation.
https://sdgdata.lamayor.org
MIT License
3 stars 3 forks source link

fix: update open-sdg theme and gemlock file to resolve security issues #34

Closed jaylenw closed 9 hours ago

jaylenw commented 23 hours ago

What does this PR do?

This pull request includes a small but important update to the _config.yml file. The change updates the version of the open-sdg remote theme to ensure compatibility with the latest features and fixes.

Background info

This PR should address https://github.com/CityOfLosAngeles/open-sdg-site-starter/pull/32 and address https://github.com/open-sdg/open-sdg/discussions/2117.

How can this be tested (manually and/or automated test)?

Provide manual tests steps if applicable

I rebuilt the local dev container with the latest changes an confirmed all is well while browsing the site locally. I followed the instructions provided in the README.md. Webdevtools were opened on my browser on the Console tab and I no longer saw the call to polyfill.io.

Provide steps for running automated tests if applicable

N/A

Which issue(s) is/are related to this PR?

This PR is/are related to issue(s) #33 and #32

close #33 close #32