From a826e35278aa8cb5ef541518df3ec70b9208ce09 Mon Sep 17 00:00:00 2001 From: Ilenia Date: Sun, 21 Jun 2026 02:55:33 -0700 Subject: [PATCH] fix: replace outdated forum link (#17) ### Explanation _No response_ ### Issue _No response_ ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Patch - My pull request introduces bug fixes ONLY. Reviewed-on: https://git.nhcarrigan.com/nhcarrigan/website-headers/pulls/17 Reviewed-by: Naomi Carrigan Co-authored-by: Ilenia Co-committed-by: Ilenia --- pnpm-workspace.yaml | 3 +++ src/index.ts | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dfd1500..31b4733 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -20,3 +20,6 @@ blockExoticSubdeps: true # Allow the lockfile to be updated during install (set to true in CI for stricter reproducibility) preferFrozenLockfile: false + +allowBuilds: + esbuild: set this to true or false diff --git a/src/index.ts b/src/index.ts index bef92be..ce1ed61 100644 --- a/src/index.ts +++ b/src/index.ts @@ -776,7 +776,7 @@ nhcarriganHeadersFooter.innerHTML = ` @@ -848,12 +848,14 @@ const interval = setInterval(() => { }, 1000); `; const nhcarriganHeadersFontAwesome = document.createElement("script"); -nhcarriganHeadersFontAwesome.src = "https://cdn.nhcarrigan.com/font-awesome/all.min.js"; +nhcarriganHeadersFontAwesome.src + = "https://cdn.nhcarrigan.com/font-awesome/all.min.js"; + const nhcarriganHeadersAnalytics = document.createElement("script"); nhcarriganHeadersAnalytics.defer = true; nhcarriganHeadersAnalytics.src - = "https://analytics.nhcarrigan.com/js/pa-YUXAn1vhhRttySUAw_LMN.js"; + const nhcarriganHeadersAnalytics2 = document.createElement("script"); nhcarriganHeadersAnalytics2.innerHTML = ` window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};