Skip to content

Commit ac902e4

Browse files
authored
Revert "fix: disable optimizeFonts to fix CI build (#502)" (#504)
This reverts commit b4cd844.
1 parent b4cd844 commit ac902e4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

data/models/2x-Fallin-Soft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"size": 5657145,
2121
"sha256": "526a4bb8a01273b420105458f850435576d7be95c4029add6cc05cad57d2c3b4",
2222
"urls": [
23-
"https://github.com/renarchi/Re-SISR/releases/tag/Fallin"
23+
"https://mega.nz/file/LwoxXZgS#J5kh2DIkn7NhxbSKOqhyX4gIO39MrVWLCTJGOZd9yzo"
2424
]
2525
}
2626
],

next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const path = require('path');
44
const nextConfig = {
55
// output: 'export',
66
reactStrictMode: true,
7-
optimizeFonts: false,
87
sassOptions: {
98
includePaths: [path.join(__dirname, 'styles')],
109
},

0 commit comments

Comments
 (0)