From 4e29c82e9949efe2d7386b2115a559d8cc1c3d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A0s=20Civil?= <70479573+BernatBC@users.noreply.github.com> Date: Mon, 5 May 2025 19:00:24 +0200 Subject: [PATCH] Fix translation --- assets/jsconfig.json | 18 ++++++++---------- layouts/partials/article-list/compact.html | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/assets/jsconfig.json b/assets/jsconfig.json index 040177a..377218c 100644 --- a/assets/jsconfig.json +++ b/assets/jsconfig.json @@ -1,12 +1,10 @@ { - "compilerOptions": { - "baseUrl": ".", - "paths": { - "*": [ - "*" - ] - }, - "lib": ["es2020", "dom"], - "jsx": "preserve" - } + "compilerOptions": { + "baseUrl": ".", + "paths": { + "*": [ + "*" + ] + } + } } \ No newline at end of file diff --git a/layouts/partials/article-list/compact.html b/layouts/partials/article-list/compact.html index 376512a..f2784d6 100644 --- a/layouts/partials/article-list/compact.html +++ b/layouts/partials/article-list/compact.html @@ -6,7 +6,7 @@