Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77d5c88

Browse files
feat(): update wording, seo
1 parent 4456b8e commit 77d5c88

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎src/index.html‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Documentation | NestJS - A progressive Node.js web framework</title>
4+
<title>Documentation | NestJS - A progressive Node.js framework</title>
55
<base href="/" />
66
<meta
77
name="viewport"
@@ -20,11 +20,11 @@
2020
<meta name="twitter:card" content="summary" />
2121
<meta
2222
property="og:site_name"
23-
content="Documentation | NestJS - A progressive Node.js web framework"
23+
content="Documentation | NestJS - A progressive Node.js framework"
2424
/>
2525
<meta
2626
property="og:title"
27-
content="Documentation | NestJS - A progressive Node.js web framework"
27+
content="Documentation | NestJS - A progressive Node.js framework"
2828
/>
2929
<meta
3030
property="og:description"
@@ -39,7 +39,7 @@
3939
/>
4040
<meta
4141
name="twitter:title"
42-
content="Documentation | NestJS - A progressive Node.js web framework"
42+
content="Documentation | NestJS - A progressive Node.js framework"
4343
/>
4444

4545
<link rel="icon" type="image/x-icon" href="favicon.ico" />
@@ -60,7 +60,10 @@
6060
src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"
6161
></script>
6262
<link href="assets/css/perfect-scrollbar.min.css" rel="stylesheet" />
63-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
63+
<link
64+
rel="stylesheet"
65+
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
66+
/>
6467

6568
<script>
6669
(function(i, s, o, g, r, a, m) {

0 commit comments

Comments
 (0)