optimize images for faster loading, fix meta description tag

This commit is contained in:
Amruth Pillai
2026-01-20 01:03:02 +01:00
parent ce8d273c79
commit 5f5c2e1a52
19 changed files with 14 additions and 3288 deletions
+8
View File
@@ -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