Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update winners CPS 2024 #4142

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion src/views/portals/SophiePictureContestView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,38 @@ export default {
2024: {
year: 2024,
documentId: 1590020,
winners: [],
winners: [
{
title: 'Toute la voie Lactée dans le Trou de la Mouche',
author: '[email protected]',
image: { document_id: 1699110 },
category: 'Paysage',
},
{
title: 'La faucheuse des neiges',
author: 'xlpgn',
image: { document_id: 1695200 },
category: 'Action',
},
{
title: 'La fuite en avant',
author: 'Thomas Henninger',
image: { document_id: 1699394 },
category: 'Faune / Flore / Inclassable',
},
{
title: "Rocher de l'Armet fantomatique, notre presque Cervin :))",
author: 'Thierry Clavel',
image: { document_id: 1693933 },
category: 'Topoguide',
},
{
title: 'ca gaz dans le piller sommital ( L26)',
author: 'blondeau loic',
image: { document_id: 1675966 },
category: 'Prix du Public',
},
],
},
},

Expand Down