Skip to content

Commit 2e3db16

Browse files
committed
update redirection
1 parent 3ff2ead commit 2e3db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/blog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useEffect } from 'react';
44

55
export default function BlogRedirect() {
66
useEffect(() => {
7-
window.location.href = 'https://www.verbalized-sampling.blog/';
7+
window.location.href = 'https://simonucl.notion.site/verbalized-sampling';
88
}, []);
99

1010
return (

0 commit comments

Comments
 (0)