Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1512 from navikt/fiks-valideringsfeil-crossorigin
Browse files Browse the repository at this point in the history
Fiks valideringsfeil crossorigin
  • Loading branch information
bdahle authored Dec 6, 2023
2 parents 902932b + 070c3ea commit 08526cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/head.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const fontAttribs = {
href: 'https://cdn.nav.no/aksel/fonts/SourceSans3-normal.woff2',
as: 'font',
type: 'font/woff2',
crossorigin: 'true',
crossorigin: 'anonymous',
};

type Tag = {
Expand Down

0 comments on commit 08526cd

Please sign in to comment.