React Emotion Diary-導入の準備
<ページごとにサイト名を変更>
const New = () => {
useEffect(() => {
const titleElement = document.getElementsByTagName("title")[0];
titleElement.innerHTML = `feeling diary - new diary`;
}, []);
<ページアイコンの置換>
public-faviconに変更できます
Reference
この問題について(React Emotion Diary-導入の準備), 我々は、より多くの情報をここで見つけました https://velog.io/@aloha006/React-Emotion-Diary-배포준비テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol