Added tag support + Post link and many more changes and optimizations.
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ export default function Home() {
|
||||
const router = useRouter();
|
||||
|
||||
useEffect(() => {
|
||||
router.push("/dashboard");
|
||||
router.push("/collections");
|
||||
}, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user