mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 02:14:50 +10:00
optimize images for faster loading, fix meta description tag
This commit is contained in:
Vendored
+8
@@ -1,11 +1,19 @@
|
||||
/// <reference types="vite-plugin-pwa/client" />
|
||||
|
||||
import type { AriaAttributes, DOMAttributes } from "react";
|
||||
|
||||
declare const __APP_VERSION__: string;
|
||||
|
||||
declare module "*.css";
|
||||
declare module "@fontsource/*" {}
|
||||
declare module "@fontsource-variable/*" {}
|
||||
|
||||
declare module "react" {
|
||||
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
|
||||
fetchpriority?: "high" | "low" | "auto";
|
||||
}
|
||||
}
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
// Basics
|
||||
|
||||
Reference in New Issue
Block a user