We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a095cfa commit 1b90a6cCopy full SHA for 1b90a6c
src/app/photography/page.tsx
@@ -67,7 +67,6 @@ const getThumbUrl = (public_id: string) => {
67
68
export default async function PhotographyPage() {
69
const photos = await cachedGetPhotos()
70
- console.log(photos.map(p => p.metadata))
71
return (
72
<div className="container mx-auto px-4 py-8">
73
<Breadcrumb className="pb-8">
0 commit comments