You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update build and deployment scripts for improved client build handling
* feat: Refactor site configuration handling
- Update site configuration to be fetched dynamically from the server at runtime, removing the need for frontend environment variables during build.
- Introduce new hooks (`useSiteConfig` and `useSiteConfigValue`) to access site configuration values throughout the client.
- Modify various components and pages to utilize the new site configuration methods for displaying site name, description, avatar, and pagination size.
- Update documentation to reflect changes in environment variable usage and site configuration management.
- Remove legacy environment variable handling in the client build process.
0 commit comments