Skip to content

Commit 7a38395

Browse files
committed
🔥(frontend) remove legal pages
Legal pages are not needed anymore in the application. In the dsfr instances, the legal pages will be displayed on a Docs pages. We let the users of Docs managing the legal pages on their own instances.
1 parent b563035 commit 7a38395

File tree

4 files changed

+2
-274
lines changed

4 files changed

+2
-274
lines changed

src/frontend/apps/impress/src/features/service-worker/service-worker.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ const FALLBACK = {
108108
const precacheResources = [
109109
'/',
110110
'/index.html',
111+
'/401/',
111112
'/404/',
112-
'/accessibility/',
113-
'/legal-notice/',
114-
'/personal-data-cookies/',
113+
'/403/',
115114
FALLBACK.offline,
116115
FALLBACK.images,
117116
FALLBACK.docs,

src/frontend/apps/impress/src/pages/accessibility/index.tsx

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/frontend/apps/impress/src/pages/legal-notice/index.tsx

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/frontend/apps/impress/src/pages/personal-data-cookies/index.tsx

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)