fix: déplacer force-dynamic après les imports (import/first)
Déploiement FRONT BETA / check (push) Successful in 2m19s
Déploiement FRONT PROD / check (push) Successful in 2m8s
Déploiement FRONT BETA / deploy (push) Successful in 23s
Déploiement FRONT PROD / deploy (push) Successful in 20s

Corrige une violation ESLint introduite par le commit précédent :
l'export de configuration de route doit venir après les imports.
This commit is contained in:
2026-07-04 23:18:35 +04:00
parent 4bc545ac72
commit b40e2d71b0
+2 -2
View File
@@ -1,5 +1,3 @@
export const dynamic = 'force-dynamic'
import Box from '@mui/material/Box'
import Container from '@mui/material/Container'
import {notFound} from 'next/navigation'
@@ -12,6 +10,8 @@ import AnVedette from '../components/akey/an-vedette'
import Footer from '../components/footer'
import Aso from '../components/akey/aso'
export const dynamic = 'force-dynamic'
async function jwennDone() {
const [statistik, denyeTeks, anVedette] = await Promise.all([jwennStats(), jwennDenyeTeks(), jwennAnVedette()])