Optimize [tag]/image edge function size
This commit is contained in:
parent
99a6974dd6
commit
77037a1d80
@ -1,9 +1,9 @@
|
||||
import { Photo } from '../photo';
|
||||
import type { Photo } from '../photo';
|
||||
import { FaStar, FaTag } from 'react-icons/fa';
|
||||
import ImageCaption from './components/ImageCaption';
|
||||
import ImagePhotoGrid from './components/ImagePhotoGrid';
|
||||
import ImageContainer from './components/ImageContainer';
|
||||
import { NextImageSize } from '@/services/next-image';
|
||||
import type { NextImageSize } from '@/services/next-image';
|
||||
import { isTagFavs } from '@/tag';
|
||||
|
||||
export default function TagImageResponse({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user