Create article viewer page #55
Open
Annotations
5 warnings
Run npm ci:
frontend/src/app/article-viewer/page.tsx#L33
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm ci:
frontend/src/app/article-viewer/page.tsx#L49
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm ci:
frontend/src/app/article-viewer/page.tsx#L63
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Run npm ci:
frontend/src/components/Footer.tsx#L4
`next/dist/shared/lib/get-img-props` import should occur before import of `next/image`
|
Run npm ci:
frontend/src/components/Footer.tsx#L8
`@/../public/images/adminLogin.svg` import should occur before import of `@/../public/images/facebook.svg`
|
Loading