Skip to content

Commit b4cd844

Browse files
authored
fix: disable optimizeFonts to fix CI build (#502)
1 parent 3d4d525 commit b4cd844

2 files changed

Lines changed: 2 additions & 1 deletion

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://mega.nz/file/LwoxXZgS#J5kh2DIkn7NhxbSKOqhyX4gIO39MrVWLCTJGOZd9yzo"
23+
"https://github.com/renarchi/Re-SISR/releases/tag/Fallin"
2424
]
2525
}
2626
],

next.config.js

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

0 commit comments

Comments
 (0)