mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 08:07:38 -06:00
[feature] Use blurhashes in frontend, tidy up gallery view a bit
This commit is contained in:
parent
13e7ac3e6a
commit
df425ac08a
16 changed files with 421 additions and 123 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue