From 834e8bac3d41e56cb4ef4f7e43a94ca25ba91c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Casal?= Date: Tue, 7 May 2024 14:39:17 +0100 Subject: [PATCH] add pSEO --- app/root.tsx | 4 +- .../explicacoes-de-programacao.tsx | 6 +- .../_pseo+/explicacoes.$subjectslug.tsx | 969 ++++++++++++++++-- app/routes/_pseo+/files/sistemas-digitais.zip | Bin 0 -> 3275 bytes app/routes/_pseo+/subject-data.ts | 40 +- app/ui_components/ui/slide-in-dialog.tsx | 2 +- app/ui_components/ui/tooltip.tsx | 1 + 7 files changed, 935 insertions(+), 87 deletions(-) create mode 100644 app/routes/_pseo+/files/sistemas-digitais.zip diff --git a/app/root.tsx b/app/root.tsx index 28e3a92..ff2d1cc 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -130,11 +130,11 @@ function App() { -
+ {!location.pathname.startsWith('/explicacoes') ?
: null}
-