Skip to content

Commit

Permalink
Merge pull request #536 from mission-apprentissage/fix/suppression-tablo
Browse files Browse the repository at this point in the history
fix: suppression des anciennes pages via Tableau
  • Loading branch information
LucasDetre authored Jan 17, 2025
2 parents 7b85b66 + a110b6e commit a5adf40
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 68 deletions.
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/cgu/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/documentation/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { Container } from "@chakra-ui/react";
import type { ExtendedRecordMap } from "notion-types";

import { Doc } from "@/app/_components/NotionDoc";
import { Breadcrumb } from "@/components/Breadcrumb";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import { Container } from "@chakra-ui/react";
import type { ExtendedRecordMap } from "notion-types";

import { Doc } from "@/app/_components/NotionDoc";
import { Breadcrumb } from "@/components/Breadcrumb";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/mentions-legales/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/politique-de-confidentialite/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/ressources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "./style.css";

import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
2 changes: 1 addition & 1 deletion ui/app/(wrapped)/statistiques/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { NotionAPI } from "notion-client";

import { Doc } from "@/app/_components/NotionDoc";
import { LandingFooter } from "@/app/(wrapped)/components/LandingFooter";
import { Doc } from "@/components/NotionDoc";

export const revalidate = 60;

Expand Down
20 changes: 0 additions & 20 deletions ui/app/carto/page.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions ui/app/formations-metiers/page.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions ui/app/metiers-formations/page.tsx

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit a5adf40

Please sign in to comment.