qumra-engine 2.0.143 → 2.0.145

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.
@@ -66,8 +66,6 @@ exports.default = new (class SeoExtension {
66
66
  // بناء الوسوم
67
67
  const parts = [];
68
68
  // Title + Canonical + Favicon + Description
69
- parts.push(`<meta charset="utf-8">`);
70
- parts.push(`<meta name="viewport" content="width=device-width, initial-scale=1">`);
71
69
  parts.push(`<title>${(0, escapeAttr_1.escapeAttr)(pageTitle)}</title>`);
72
70
  if (canonical)
73
71
  parts.push(`<link rel="canonical" href="${(0, escapeAttr_1.escapeAttr)(canonical)}">`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qumra-engine",
3
- "version": "2.0.143",
3
+ "version": "2.0.145",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {