We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff2ead commit 2e3db16Copy full SHA for 2e3db16
app/blog/page.tsx
@@ -4,7 +4,7 @@ import { useEffect } from 'react';
4
5
export default function BlogRedirect() {
6
useEffect(() => {
7
- window.location.href = 'https://www.verbalized-sampling.blog/';
+ window.location.href = 'https://simonucl.notion.site/verbalized-sampling';
8
}, []);
9
10
return (
0 commit comments