diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..ade248a --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +NEXT_PUBLIC_SUPABASE_URL=https://cgnmpfjcbhtgdcizgfnc.supabase.co +NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNnbm1wZmpjYmh0Z2RjaXpnZm5jIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTY4NTkyNDIsImV4cCI6MjAzMjQzNTI0Mn0.oGf2jp-Twr1qP7GQI4D87iu5EWV6UhL51OEaCLvSMxk \ No newline at end of file diff --git a/components/ui/gallery_thumbnail.tsx b/components/ui/gallery_thumbnail.tsx index d5084b3..e4f3960 100644 --- a/components/ui/gallery_thumbnail.tsx +++ b/components/ui/gallery_thumbnail.tsx @@ -41,7 +41,7 @@ const GalleryThumbnail = ({ id, columns, onSelect, title,showNsfw, nsfw, subscri }, [galleryId]); return ( -