fix(app): force re-hydration of server configuration atoms on navigation
useHydrateAtoms only hydrates atoms once per store by default, so client-side
navigation after changing admin settings (e.g. page bulk export) left atoms
stale until a full browser refresh. Enable dangerouslyForceHydrate so SSR props
re-apply on every navigation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>