mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-04 09:41:32 +02:00
* Added reactStrictMode to next.config.mjs for improved performance. * Refactored RootLayout to use ClientProviders for better structure and removed unused state management for relay URLs. * Introduced metadata for the application in RootLayout. * Cleaned up Home component by removing unnecessary useEffect for document title. * Added new ProfilePageComponent and providers.tsx for better component organization. * Updated TrendingImagesNew and Search components for improved functionality and code clarity.