Skip to content

Commit d12da41

Browse files
committed
fix: svelte demo app
1 parent f50d2b8 commit d12da41

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

demo/svelte/dist/favicon.png.gz

41 Bytes
Binary file not shown.

demo/svelte/dist/gallery/image-1a.jpg

20.7 KB
Loading

demo/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"dev": "vite dev --host",
12-
"build": "vite build && cp ./dist/favicon.png ./dist/favicon.png.gz",
12+
"build": "vite build && gzip -c ./dist/favicon.png > ./dist/favicon.png.gz && cp ./dist/gallery/image-1.jpg ./dist/gallery/image-1a.jpg",
1313
"preview": "vite preview",
1414
"test": "npm run test:integration && npm run test:unit",
1515
"ts:check": "svelte-check --tsconfig ./tsconfig.json",

0 commit comments

Comments
 (0)