728x90
๋ฐ์ํ
๋ก์ปฌ์์๋ ์๋๋๋ฐ vercel์ ๋น๋ํ ๋ ๋๋ ์๋ฌ
Error: `"` can be escaped with `"`, `“`, `"`, `”
.eslintrc.json ์ ์๋ ์ฝ๋๋ฅผ ์ฝ์ ํ๋ฉด ๋๋ค.
"rules": {
"react/no-unescaped-entities": 0
},
"rules": {
"react/no-unescaped-entities": 0
},
์ ์ฒด eslinttrc.json
{
"rules": {
"react/no-unescaped-entities": 0
},
"extends": "next/core-web-vitals"
}
๋ฐ์ํ
'nextjs,tailwindcss,vercel' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[์ธ์ฆ] ์ธ์ , ์ฟ ํค,jwt, ํ ํฐ ์ ๋ฆฌ (nextjs getSession, jwt) (0) | 2024.07.15 |
---|---|
SEO ๊ธฐ๋ณธ์ค์ : ๋ฉํํ๊ทธ์ ๊ตฌ๊ธ์์น์ฝ์, ๋ค์ด๋ฒ์ ๋ฑ๋กํ๊ธฐ (2) | 2024.07.12 |
[๋ฆฌ์กํธ, nextJS] state์ useSate ๊ฐ๋ ๊ณผ ์ฌ์ฉ๋ฒ (0) | 2024.06.08 |
๋ฆฌ์กํธ key props (0) | 2024.06.08 |
[ react , nextJS ] ๋ฆฌ์กํธ ์ปดํฌ๋ํธ - props ์ children (0) | 2024.06.08 |