Skip to content

Commit

Permalink
fix: add support for crossorigin links
Browse files Browse the repository at this point in the history
  • Loading branch information
zaosoula committed Dec 24, 2022
1 parent efd4fcc commit 3c01b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SEO.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import TwitterTags from "./components/TwitterTags.astro";
export interface Link extends HTMLLinkElement {
prefetch: boolean;
crossorigin: string;
}
export interface Meta extends HTMLMetaElement {
Expand Down

0 comments on commit 3c01b1e

Please sign in to comment.