Skip to content

Commit

Permalink
fixing lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
carlotacb committed Apr 17, 2024
1 parent 6becdfd commit 1f75b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified src/assets/img/stars_mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ library.add(
)

function loadClarity() {
const link = document.createElement('link')
link.rel = 'preconnect'
link.href = 'https://www.clarity.ms'
link.crossOrigin = 'anonymous'
document.head.appendChild(link)

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
;(function (c, l, a, r, i, t, y) {
Expand Down

0 comments on commit 1f75b16

Please sign in to comment.