feat: some shit
This commit is contained in:
@@ -20,7 +20,7 @@ export const RedirectSearchHandler = () => {
|
||||
) {
|
||||
window.location.href += "?q=";
|
||||
}
|
||||
}, document?.body);
|
||||
}, typeof document !== "undefined" ? document?.body : undefined);
|
||||
|
||||
return <></>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user