Skip to content

Commit afcb09d

Browse files
committed
Add metadescription and canonical link
1 parent 5048b23 commit afcb09d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6+
<link rel="canonical" href="https://bwal.sh/algorithms-visualizer" />
67
<meta name="viewport" content="width=device-width, initial-scale=1" />
78
<meta name="theme-color" content="#000000" />
89
<meta
910
name="description"
10-
content="Web site created using create-react-app"
11+
content="A small project I am creating to get some more hands on practice with C++ datastructures and Wasm modules."
1112
/>
1213
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1314
<!--

0 commit comments

Comments
 (0)