Skip to content

Commit 1548da6

Browse files
committed
website: update index.html
1 parent 7ed6368 commit 1548da6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

website/public/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
8-
<title><%= htmlWebpackPlugin.options.title %></title>
8+
<title>Vue Markdown Preview</title>
9+
<meta name="keywords" content="vue,vue3,vuejs,component,markdown,github,preview" />
10+
<meta
11+
name="description"
12+
content="Vue component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style."
13+
/>
914
</head>
1015
<body>
1116
<noscript>
1217
<strong
13-
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
14-
enable it to continue.</strong
18+
>We're sorry but Vue Markdown Preview doesn't work properly without JavaScript enabled. Please enable it to
19+
continue.</strong
1520
>
1621
</noscript>
1722
<div id="app"></div>

0 commit comments

Comments
 (0)