Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Sep 9, 2024
1 parent 68442f8 commit b3206ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function Fiche({ params }) {
const fixedHtml = replaceArticlesRefs("https://legifrance.gouv.fr", html);
return (
<DsfrLayout>
{/*<Metas title={title} description={description} />*/}
<ArticleCodeDuTravail
suptitle={getLabelBySource(SOURCES.CDT)}
title={title}
Expand Down
1 change: 0 additions & 1 deletion packages/code-du-travail-frontend/app/stats/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { getStatsService } from "../../src/api";
import { cache } from "react";
import { REVALIDATE_TIME_DAY } from "../../src/config";

// utilisé ou ?
export const dynamic = "force-static";

export const revalidate = REVALIDATE_TIME_DAY;
Expand Down

0 comments on commit b3206ac

Please sign in to comment.