
에러가 발생했다. 무엇이 문제일까,,
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.
해결을 위해 먼저 이방법을 써봤다.
- index.html 파일을 열어주세요.
- manifest 코드를 찾아 수정해주세요. ( '/' 추가)
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="/manifest" href="%PUBLIC_URL%/manifest.json" />