Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/No1ceTea/no1cekeebs
Browse files Browse the repository at this point in the history
  • Loading branch information
No1ceTea committed Oct 5, 2024
2 parents b91f295 + 56ff53c commit 5b002d5
Show file tree
Hide file tree
Showing 4 changed files with 50 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
49 changes: 49 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.0"
}
}
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

0 comments on commit 5b002d5

Please sign in to comment.