We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd4224 commit f07e628Copy full SHA for f07e628
1 file changed
src/pages/index.tsx
@@ -14,9 +14,10 @@ const IndexPage: React.FC = () => {
14
<code className="language-javascript">
15
// TODO: Complete website...
16
<br />
17
- // I'm currently fighting a cancer again. This is the second time.
+ // I'm currently fighting a cancer again. This is{' '}
18
+ <Link to="/lymphoma/2025-09-18/">the third time</Link>.
19
- // I created a blog about it, which I'm migrating{' '}
20
+ // I created a blog about it, take a look at it{' '}
21
<Link to="/lymphoma">here</Link>.
22
</code>
23
</pre>
0 commit comments