Fix non-WASM search with polyfill and optimize minified scripts

This commit is contained in:
Bad Manners 2024-08-27 13:22:48 -03:00
parent fb30f1b416
commit 5521291e5b
7 changed files with 25 additions and 6 deletions

11
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "gallery.badmanners.xyz",
"version": "1.7.8",
"version": "1.7.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gallery.badmanners.xyz",
"version": "1.7.8",
"version": "1.7.9",
"hasInstallScript": true,
"dependencies": {
"@astrojs/check": "^0.9.2",
@ -20,6 +20,7 @@
"github-slugger": "^2.0.0",
"marked": "^14.0.0",
"pagefind": "^1.1.0",
"polywasm": "^0.1.4",
"reading-time": "^1.5.0",
"sanitize-html": "^2.13.0",
"tailwindcss": "^3.4.9",
@ -5500,6 +5501,12 @@
"node": ">=8"
}
},
"node_modules/polywasm": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/polywasm/-/polywasm-0.1.4.tgz",
"integrity": "sha512-s+ugIqz8Wy5GGex0JiO6VXzAr+1SybzNSVxopKwDvtETGlNg5Wysa4njLo8f9Qczv7yBj9WZAmk4IM0vJXBusA==",
"license": "MIT"
},
"node_modules/postcss": {
"version": "8.4.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz",