vite-plugin-blocklet 0.6.10 → 0.6.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -295,7 +295,7 @@ function generateHtml({ color, image }) {
295
295
  function createLoadingPlugin({
296
296
  loadingElementId = 'app',
297
297
  loadingColor = '#8abaf0',
298
- loadingImage = '/.well-known/service/blocklet/logo/',
298
+ loadingImage = '/.well-known/service/blocklet/logo?imageFilter=resize&w=80',
299
299
  } = {}) {
300
300
  const injectHtml = generateHtml({
301
301
  color: loadingColor,
package/libs/loading.js CHANGED
@@ -123,7 +123,7 @@ function generateHtml({ color, image }) {
123
123
  export default function createLoadingPlugin({
124
124
  loadingElementId = 'app',
125
125
  loadingColor = '#8abaf0',
126
- loadingImage = '/.well-known/service/blocklet/logo/',
126
+ loadingImage = '/.well-known/service/blocklet/logo?imageFilter=resize&w=80',
127
127
  } = {}) {
128
128
  const injectHtml = generateHtml({
129
129
  color: loadingColor,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-blocklet",
3
3
  "type": "module",
4
- "version": "0.6.10",
4
+ "version": "0.6.12",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": [