yaoll 4 年之前
父節點
當前提交
f96c0b6d0d
共有 1 個文件被更改,包括 13 次插入3 次删除
  1. 13 3
      docs/.vuepress/templates/ssr.html

+ 13 - 3
docs/.vuepress/templates/ssr.html

@@ -1,11 +1,21 @@
 <!DOCTYPE html>
-<html lang="en">
+<html lang="{{ lang }}">
     <head>
         <meta charset="utf-8" />
         <meta name="viewport" content="width=device-width,initial-scale=1" />
-        <title></title>
+        <title>{{ title }}</title>
+        <meta name="generator" content="VuePress {{ version }}" />
+        {{{ userHeadTags
+        }}}
+        {{{ pageMeta
+        }}}
+        {{{ renderResourceHints()
+        }}}
+        {{{ renderStyles()
+        }}}
     </head>
     <body>
-        <div id="app"></div>
+        <!--vue-ssr-outlet-->
+        {{{ renderScripts() }}}
     </body>
 </html>