diff options
| author | 2025-03-31 15:51:17 +0200 | |
|---|---|---|
| committer | 2025-03-31 15:51:17 +0200 | |
| commit | 3949117be01ac8aca7e41a7179506f27627654e5 (patch) | |
| tree | ce5c30ca299a57af69284d58021cc9380cdc553f /web/source/index.js | |
| parent | [docs] Fix Swagger URL for the "edit status" operation (#3932) (diff) | |
| download | gotosocial-3949117be01ac8aca7e41a7179506f27627654e5.tar.xz | |
[feature] Use blurhashes in frontend, tidy up gallery view a bit (#3948)
* [feature] Use blurhashes in frontend, tidy up gallery view a bit
* weeeeeeeeeeeeeeeee
* beep boop
Diffstat (limited to 'web/source/index.js')
| -rw-r--r-- | web/source/index.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/source/index.js b/web/source/index.js index 5cee28046..c47e9c5bb 100644 --- a/web/source/index.js +++ b/web/source/index.js @@ -64,6 +64,15 @@ skulk({ }] ], }, + blurhash: { + entryFile: "blurhash", + outputFile: "blurhash.js", + preset: ["js"], + prodCfg: prodCfg, + transform: [ + ["babelify", { global: true }] + ], + }, settings: { entryFile: "settings", outputFile: "settings.js", |
