diff --git a/package.json b/package.json index e70b6f33d5..3ef7e43c6c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "svelte": "^4.2.0", "svelte-check": "^3.5.1", "svelte-markdoc-preprocess": "^0.3.2", - "svelte-seo": "^1.5.4", "svelte-sequential-preprocessor": "^2.0.1", "svgo": "^3.0.2", "svgtofont": "^4.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0457cedca6..ff0fac3785 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,9 +94,6 @@ devDependencies: svelte-markdoc-preprocess: specifier: ^0.3.2 version: 0.3.2 - svelte-seo: - specifier: ^1.5.4 - version: 1.5.4(typescript@5.2.2) svelte-sequential-preprocessor: specifier: ^2.0.1 version: 2.0.1 @@ -3946,14 +3943,6 @@ packages: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: true - /schema-dts@1.1.2(typescript@5.2.2): - resolution: {integrity: sha512-MpNwH0dZJHinVxk9bT8XUdjKTxMYrA5bLtrrGmFA6PTLwlOKnhi67XoRd6/ty+Djt6ZC0slR57qFhZDNMI6DhQ==} - peerDependencies: - typescript: '>=4.1.0' - dependencies: - typescript: 5.2.2 - dev: true - /semver@7.5.4: resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} @@ -4401,14 +4390,6 @@ packages: typescript: 5.2.2 dev: true - /svelte-seo@1.5.4(typescript@5.2.2): - resolution: {integrity: sha512-pevGUiWkqLrSWXVkxE0SbkBLNsz2dVaiK8/kBq2eUHYdyzuPEZGbqtUARyJZHouv28xre7IU9t0VnoYt8d4kzA==} - dependencies: - schema-dts: 1.1.2(typescript@5.2.2) - transitivePeerDependencies: - - typescript - dev: true - /svelte-sequential-preprocessor@2.0.1: resolution: {integrity: sha512-N5JqlBni6BzElxmuFrOPxOJnjsxh1cFDACLEVKs8OHBcx8ZNRO1p5SxuQex1m3qbLzAC8G99EHeWcxGkjyKjLQ==} engines: {node: '>=16'} diff --git a/src/lib/animations/Products/post/post.svelte b/src/lib/animations/Products/post/post.svelte index b03dfe0f4e..f55fd88337 100644 --- a/src/lib/animations/Products/post/post.svelte +++ b/src/lib/animations/Products/post/post.svelte @@ -211,8 +211,11 @@ content: ''; inset: 0; position: absolute; - background: #19191d; - filter: blur(125px); + //background: #19191d; // old bg + //filter: blur(125px); // break Safari + background: #19191dcc; + filter: blur(67px); + } h3 { diff --git a/src/lib/components/Search.svelte b/src/lib/components/Search.svelte index d9e69b3f3a..3055f68a13 100644 --- a/src/lib/components/Search.svelte +++ b/src/lib/components/Search.svelte @@ -147,7 +147,7 @@
-