updated code

This commit is contained in:
ars128
2025-05-27 17:03:59 +05:30
committed by GitHub
parent d321607288
commit 30c5a81158
4 changed files with 1 additions and 6 deletions
-4
View File
@@ -6,16 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Employee Collection Management System</title>
<meta name="description" content="Full Stack Employee Collection Management Dashboard" />
<meta name="author" content="Lovable" />
<meta property="og:title" content="Employee Collection Management System" />
<meta property="og:description" content="Full Stack Employee Collection Management Dashboard" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

+1 -1
View File
@@ -8,4 +8,4 @@ const SUPABASE_PUBLISHABLE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiO
// Import the supabase client like this:
// import { supabase } from "@/integrations/supabase/client";
export const supabase = createClient<Database>(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY);
export const supabase = createClient<Database>(SUPABASE_URL, SUPABASE_PUBLISHABLE_KEY);
-1
View File
@@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import path from "path";
import { componentTagger } from "lovable-tagger";
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({