snamiki1212 / plangoab

Immigration schedule planner with Next.js, Redux, and FullCalendar.js
https://plangoab.snamiki1212.com
GNU General Public License v3.0
9 stars 0 forks source link

F/fix img #126

Closed snamiki1212 closed 3 years ago

snamiki1212 commented 3 years ago

Replace next/image to naive img.

Plangaob is deploing with SSG but next/image is not designed for SSG. if we want to use next/image, instead of, another lib like https://github.com/cyrilwanner/next-optimized-images.