mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-15 01:29:17 -05:00
frontend: use local tinyld
This commit is contained in:
parent
e79d0dcc86
commit
1f4638b547
2 changed files with 2 additions and 1 deletions
1
packages/backend/assets/js/tinyld.normal.node.mjs
Normal file
1
packages/backend/assets/js/tinyld.normal.node.mjs
Normal file
File diff suppressed because one or more lines are too long
|
@ -31,7 +31,7 @@ const externalPackages = [
|
|||
name: 'tinyld',
|
||||
match: /^tinyld$/,
|
||||
path(): string {
|
||||
return `https://cdn.jsdelivr.net/npm/tinyld@${packageInfo.dependencies.tinyld}/dist/tinyld.normal.node.mjs`
|
||||
return `/static-assets/js/tinyld.normal.node.mjs`
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue