Require logon for Zone pages

This commit is contained in:
Timothy Armes
2024-04-11 13:31:21 +02:00
parent 9e9f5fd975
commit 50943685c0
10 changed files with 155 additions and 90 deletions
-2
View File
@@ -41,8 +41,6 @@ export const pathnames = {
fr: "/contactez-nous",
en: "/contact-us",
},
"[...rest]": "[...rest]",
} satisfies Pathnames<typeof locales>;
export const { Link, redirect, usePathname, useRouter, getPathname } =