From 4ce95bbe0271076037c5ebd733ed8c844de66cdd Mon Sep 17 00:00:00 2001 From: alma Date: Fri, 18 Apr 2025 20:56:11 +0200 Subject: [PATCH] chapitre et artlab 404 fix --- .env.local | 5 +++++ app/{design => artlab}/page.tsx | 0 app/{chapter => chapitre}/page.tsx | 0 3 files changed, 5 insertions(+) create mode 100644 .env.local rename app/{design => artlab}/page.tsx (100%) rename app/{chapter => chapitre}/page.tsx (100%) diff --git a/.env.local b/.env.local new file mode 100644 index 00000000..2fccb1a3 --- /dev/null +++ b/.env.local @@ -0,0 +1,5 @@ +# Artlab URL +NEXT_PUBLIC_IFRAME_ARTLAB_URL=https://artlab.slm-lab.net + +# Chapitre URL +NEXT_PUBLIC_IFRAME_CHAPTER_URL=https://chapter.slm-lab.net \ No newline at end of file diff --git a/app/design/page.tsx b/app/artlab/page.tsx similarity index 100% rename from app/design/page.tsx rename to app/artlab/page.tsx diff --git a/app/chapter/page.tsx b/app/chapitre/page.tsx similarity index 100% rename from app/chapter/page.tsx rename to app/chapitre/page.tsx