Skip to content

Commit

Permalink
fix: hints Typescript preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
No1ceTea authored Oct 1, 2024
1 parent afa9e5a commit 56ff53c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ pnpm-debug.log*
# ignore .astro directory
.astro

# ignore Jampack cache files
.jampack/

# yarn
.yarn/*
!.yarn/patches
Expand Down
1 change: 0 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const socialImageURL = new URL(
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&display=swap"
rel="preload"
as="style"
onload="this.onload=null; this.rel='stylesheet';"
crossorigin
/>

Expand Down

1 comment on commit 56ff53c

@vercel
Copy link

@vercel vercel bot commented on 56ff53c Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.