mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-31 05:40:16 -06:00
use tinyld normal
This commit is contained in:
parent
327334dd77
commit
ff403e93ac
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
import { detect } from 'tinyld/heavy';
|
||||
import { detect } from 'tinyld';
|
||||
import * as mfm from 'mfm-js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ const externalPackages = [
|
|||
name: 'tinyld',
|
||||
match: /^tinyld$/,
|
||||
path(): string {
|
||||
return `https://cdn.jsdelivr.net/npm/tinyld@${packageInfo.dependencies.tinyld}/dist/tinyld.heavy.node.mjs`
|
||||
return `https://cdn.jsdelivr.net/npm/tinyld@${packageInfo.dependencies.tinyld}/dist/tinyld.normal.node.mjs`
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue