We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda7edd commit c3f8d06Copy full SHA for c3f8d06
1 file changed
pages/index.tsx
@@ -1,5 +1,6 @@
1
import type { NextPage } from 'next'
2
import Head from 'next/head'
3
+import Link from 'next/link'
4
5
import { Layout } from 'antd';
6
@@ -20,7 +21,9 @@ const Home: NextPage = () => {
20
21
<h3>Курсы</h3>
22
<ul>
23
<li>
- <a href="https://easy-deep-learning.github.io/learn-frontend">Фронтенд/Бекенд на JS</a>, начался в конце мая 2022 года.
24
+ <Link href="/learn-frontend">
25
+ <a>Фронтенд/Бекенд на JS</a>
26
+ </Link>, начался в конце мая 2022 года.
27
</li>
28
</ul>
29
0 commit comments