Skip to content

Commit

Permalink
Merge pull request #278 from LaurierHawkHacks/fix/264/performance-issue
Browse files Browse the repository at this point in the history
Fix: improve performance
  • Loading branch information
aidantrabs authored Apr 14, 2024
2 parents 904deec + c3ad895 commit 18b1550
Show file tree
Hide file tree
Showing 22 changed files with 135 additions and 38,463 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "pnpm" # See documentation for possible values
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions custom.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { AriaAttributes, DOMAttributes } from 'react';

declare module 'react' {
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
fetchpriority?: 'high' | 'low' | 'auto';
}
}
1 change: 1 addition & 0 deletions src/assets/external/mlh-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12,293 changes: 1 addition & 12,292 deletions src/assets/hero-about/hero-about-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10,443 changes: 1 addition & 10,442 deletions src/assets/hero-about/hero-about-mobile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7,655 changes: 0 additions & 7,655 deletions src/assets/hero/bg-desktop-svg.tsx

This file was deleted.

Loading

0 comments on commit 18b1550

Please sign in to comment.