質問編集履歴

1

追記

2019/10/17 08:02

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -10,6 +10,72 @@
10
10
 
11
11
 
12
12
 
13
+ ================ 2019年10月17日追記 ================
14
+
15
+
16
+
17
+ **NUXTのSSR後のheadタグの中身**
18
+
19
+ ```html
20
+
21
+ <head>
22
+
23
+ <title>XXXXX</title>
24
+
25
+ <meta data-n-head="ssr" charset="utf-8">
26
+
27
+ <meta data-n-head="ssr" name="viewport" content="width=device-width,initial-scale=1">
28
+
29
+ <meta data-n-head="ssr" data-hid="description" name="description" content="Nuxt.js project">
30
+
31
+ <meta data-n-head="ssr" name="robots" content="noindex,nofollow">
32
+
33
+ <link data-n-head="ssr" href="https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap" ref="stylesheet">
34
+
35
+ <link data-n-head="ssr" href="https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap" ref="stylesheet">
36
+
37
+ <script data-n-head="ssr" src="https://polyfill.io/v3/polyfill.js?features=es5,es6,es7&flags=gated"></script>
38
+
39
+ <link rel="preload" href="/_nuxt/3c110ba8652063e35995.js" as="script">
40
+
41
+ <link rel="preload" href="/_nuxt/5b23705a75560902a816.js" as="script">
42
+
43
+ <link rel="preload" href="/_nuxt/5c1c0ad0a3c48d7f817e.css" as="style">
44
+
45
+ <link rel="preload" href="/_nuxt/682b43f43afe083afe71.js" as="script">
46
+
47
+ <link rel="preload" href="/_nuxt/a7c2ceb3b90cb1de842a.css" as="style">
48
+
49
+ <link rel="preload" href="/_nuxt/6d51bbc921edbc1f515d.js" as="script">
50
+
51
+ <link rel="preload" href="/_nuxt/ca52cd219b289dab1b2d.css" as="style">
52
+
53
+ <link rel="preload" href="/_nuxt/33746c83f5f93c6a454e.js" as="script">
54
+
55
+ <link rel="stylesheet" href="/_nuxt/5c1c0ad0a3c48d7f817e.css">
56
+
57
+ <link rel="stylesheet" href="/_nuxt/a7c2ceb3b90cb1de842a.css">
58
+
59
+ <link rel="stylesheet" href="/_nuxt/ca52cd219b289dab1b2d.css">
60
+
61
+ </head>
62
+
63
+ ```
64
+
65
+ **IE11のネットワークの通信結果**
66
+
67
+ ![イメージ説明](16d53dbf60c640aab8de63e760fa6a2e.png)
68
+
69
+
70
+
71
+ ==============================================
72
+
73
+
74
+
75
+
76
+
77
+
78
+
13
79
  どうか、どなたかご教授願います...????‍♂️
14
80
 
15
81