diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:14 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-21 08:01:41 -0300 |
commit | dc318c6db0b92510e8297739f4f6999f24859215 (patch) | |
tree | 4982ed4db6512872ac4b59365f1f52301b742f09 /src/content/dependencies/linkExternalAsIcon.js | |
parent | 5c973b488c58a836082d8ae5e48ff42e830d7661 (diff) |
content, url-spec: use static rather than shared, drop cachebust
Diffstat (limited to 'src/content/dependencies/linkExternalAsIcon.js')
-rw-r--r-- | src/content/dependencies/linkExternalAsIcon.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/linkExternalAsIcon.js b/src/content/dependencies/linkExternalAsIcon.js index 6f37529e..7f5ea432 100644 --- a/src/content/dependencies/linkExternalAsIcon.js +++ b/src/content/dependencies/linkExternalAsIcon.js @@ -37,7 +37,7 @@ export default { html.tag('title', platformText), html.tag('use', { - href: to('shared.staticIcon', iconId), + href: to('static.icon', iconId), }), ]), |