Skip to content

Commit

Permalink
#79 Reparar ruto a imagen
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Apr 27, 2024
1 parent 1b028c5 commit 227d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/team/[uniquepage]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import propTypes from 'prop-types';
import Image from 'next/image';
import Link from 'next/link';
import teamlist from '@/data/team.json';
import Avatar from '@/app/[lang]/speakers/images/avatar.jpeg';
import Avatar from '@/app/[lang]/team/images/avatar.jpeg';

export async function generateStaticParams() {
return teamlist.map((p) => ({
Expand Down

0 comments on commit 227d357

Please sign in to comment.