回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
> このように<link>に記述しなくても、faviconは設置できるものなのでしょうか?
|
2
2
|
|
3
|
-
はい。`https://example.com/...`だったら自動的に`https://example.com/favicon.ico`を探しに行きます。明示的に示すためにもlink要素で指定することをお勧めします。
|
3
|
+
はい。`https://example.com/...`だったら自動的に`https://example.com/favicon.ico`を探しに行きます。しかし、明示的に示すためにもlink要素で指定することをお勧めします。
|