Skip to content

Commit

Permalink
Chore/update-font (#614)
Browse files Browse the repository at this point in the history
* chore: update font

* fix: Lighthouse test, disable upload artifacts
  • Loading branch information
alangumer authored Feb 4, 2025
1 parent 440f798 commit 510da5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
${{github.event.deployment_status.target_url}}/en/bibles
${{github.event.deployment_status.target_url}}/en/presenters/1309/amanda-anguish
runs: 3
uploadArtifacts: true
temporaryPublicStorage: true
- name: Add comment
uses: actions/github-script@v5
Expand Down
3 changes: 2 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"GHSA-pxg6-pf52-xh8x|express>cookie", // Used by lighthouse CI, not at runtime
"GHSA-3xgq-45jj-v275", // cross-spawn is used by @next/eslint-plugin-next, audit-ci, cross-env, eslint, and jest. It is not used at runtime
"GHSA-7gfc-8cq8-jh5f", // If your Next.js application is hosted on Vercel, this vulnerability has been automatically mitigated, regardless of Next.js version
"GHSA-mwcw-c2x4-8c55" // Not used at runtime
"GHSA-mwcw-c2x4-8c55", // Not used at runtime
"GHSA-7m27-7ghc-44w9" // Not used
]
}
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MyDocument extends Document {
return (
<Html lang={this.props.__NEXT_DATA__.query.language as string}>
<Head>
<link rel="stylesheet" href="https://use.typekit.net/bgc2sqi.css" />
<link rel="stylesheet" href="https://use.typekit.net/vgz0bjm.css" />
</Head>
<body>
<Main />
Expand Down

0 comments on commit 510da5e

Please sign in to comment.