We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e192f commit ec3b1d7Copy full SHA for ec3b1d7
doc/script/fontmin/replaceFileSize.ts
@@ -13,7 +13,7 @@ import * as fs from 'fs';
13
14
const s = fs.statSync('../../.output/public/fonts/wljh.ttf');
15
16
-const file = '../../.output/server/chunks/runtime.mjs';
+const file = '../../.output/server/chunks/nitro/nitro.mjs';
17
fs.readFile(file, (err, data) => {
18
let str = data.toString();
19
const info = str.match(/\/fonts\/wljh.ttf[^}]*/);
0 commit comments