From db2426d9aa752fee4e062ea57c5131e37769f121 Mon Sep 17 00:00:00 2001 From: renarchi <159624970+renarchi@users.noreply.github.com> Date: Fri, 29 May 2026 18:55:14 +0300 Subject: [PATCH] Revert "fix: disable optimizeFonts to fix CI build (#502)" This reverts commit b4cd844ce63c96b08bc7d21f2609f544398291e6. --- data/models/2x-Fallin-Soft.json | 2 +- next.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/data/models/2x-Fallin-Soft.json b/data/models/2x-Fallin-Soft.json index 03f74789..cabf19ad 100644 --- a/data/models/2x-Fallin-Soft.json +++ b/data/models/2x-Fallin-Soft.json @@ -20,7 +20,7 @@ "size": 5657145, "sha256": "526a4bb8a01273b420105458f850435576d7be95c4029add6cc05cad57d2c3b4", "urls": [ - "https://github.com/renarchi/Re-SISR/releases/tag/Fallin" + "https://mega.nz/file/LwoxXZgS#J5kh2DIkn7NhxbSKOqhyX4gIO39MrVWLCTJGOZd9yzo" ] } ], diff --git a/next.config.js b/next.config.js index a365454c..c7831309 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,6 @@ const path = require('path'); const nextConfig = { // output: 'export', reactStrictMode: true, - optimizeFonts: false, sassOptions: { includePaths: [path.join(__dirname, 'styles')], },