added internationalization to pages [WIP]
This commit is contained in:
@@ -42,6 +42,7 @@ export default function AuthRedirect({ children }: Props) {
|
||||
{ path: "/tags", isProtected: true },
|
||||
{ path: "/preserved", isProtected: true },
|
||||
{ path: "/admin", isProtected: true },
|
||||
{ path: "/search", isProtected: true },
|
||||
];
|
||||
|
||||
if (isPublicPage) {
|
||||
|
||||
Reference in New Issue
Block a user