feat: Reels plein écran mobile + MediaUploader dans l'admin
All checks were successful
CI / test (pull_request) Successful in 2m19s
All checks were successful
CI / test (pull_request) Successful in 2m19s
This commit is contained in:
parent
403e21fe0a
commit
701a1f02bd
3 changed files with 40 additions and 14 deletions
|
|
@ -21,6 +21,8 @@ export async function SiteHeaderGuard() {
|
|||
|
||||
if (pathname.startsWith("/admin")) return null;
|
||||
if (pathname === "/connexion" || pathname === "/inscription") return null;
|
||||
// Mode immersif : on cache le header pour donner 100dvh aux Reels
|
||||
if (pathname === "/decouvrir" || pathname.startsWith("/decouvrir/")) return null;
|
||||
|
||||
return <SiteHeader />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue