@momo-webplatform/mobase 0.0.32 → 0.0.33
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/package.json +1 -1
- package/publish/cjs/site/index.js +2 -2
- package/publish/cjs/site/meta.js +3 -3
- package/publish/cjs/tsconfig.lib.tsbuildinfo +1 -1
- package/publish/esm/site/index.d.ts +2 -2
- package/publish/esm/site/index.js +2 -2
- package/publish/esm/site/meta.d.ts +1 -1
- package/publish/esm/site/meta.js +1 -1
- package/publish/esm/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SiteMeta = void 0;
|
|
4
4
|
const meta_1 = require("./meta");
|
|
5
|
-
Object.defineProperty(exports, "
|
|
5
|
+
Object.defineProperty(exports, "SiteMeta", { enumerable: true, get: function () { return meta_1.SiteMeta; } });
|
package/publish/cjs/site/meta.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SiteMeta = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const
|
|
5
|
+
const SiteMeta = () => {
|
|
6
6
|
return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)("meta", { name: "viewport", content: "width=device-width, initial-scale=1.0, maximum-scale=1" }), (0, jsx_runtime_1.jsx)("meta", { name: "abstract", content: "V\u00ED \u0111i\u1EC7n t\u1EED MoMo - Si\u00EAu \u1EE9ng d\u1EE5ng thanh to\u00E1n s\u1ED1 1 Vi\u1EC7t Nam" }), (0, jsx_runtime_1.jsx)("meta", { name: "distribution", content: "Global" }), (0, jsx_runtime_1.jsx)("meta", { name: "author", content: "V\u00ED MoMo" }), (0, jsx_runtime_1.jsx)("meta", { property: "fb:app_id", content: "320653355376196" }), (0, jsx_runtime_1.jsx)("meta", { property: "fb:pages", content: "138010322921640" }), (0, jsx_runtime_1.jsx)("link", { rel: "shortcut icon", href: "/favicon.ico" }), (0, jsx_runtime_1.jsx)("link", { href: "/favicon-32x32.png", rel: "icon", sizes: "32x32", type: "image/png" }), (0, jsx_runtime_1.jsx)("link", { href: "/favicon-16x16.png", rel: "icon", sizes: "16x16", type: "image/png" }), (0, jsx_runtime_1.jsx)("link", { href: "/apple-touch-icon.png", rel: "apple-touch-icon", sizes: "180x180" }), (0, jsx_runtime_1.jsx)("meta", { name: "language", content: "vietnamese" }), (0, jsx_runtime_1.jsx)("meta", { name: "copyright", content: "Copyright \u00A9 2019 by MOMO.VN" }), (0, jsx_runtime_1.jsx)("meta", { name: "REVISIT-AFTER", content: "1 DAYS" }), (0, jsx_runtime_1.jsx)("meta", { name: "RATING", content: "GENERAL" }), (0, jsx_runtime_1.jsx)("meta", { httpEquiv: "x-dns-prefetch-control", content: "on" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.google-analytics.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//connect.facebook.net" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.googletagservices.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.googletagmanager.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//facebook.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//homepage.momocdn.net" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.google.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.google.com.vn" }), (0, jsx_runtime_1.jsx)("link", { rel: "dns-prefetch", href: "//www.googleadservices.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//connect.facebook.net" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//www.googletagmanager.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//www.google-analytics.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//googleads.g.doubleclick.net" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//homepage.momocdn.net" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//www.google.com" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//www.google.com.vn" }), (0, jsx_runtime_1.jsx)("link", { rel: "preconnect", href: "//www.googleadservices.com" }), (0, jsx_runtime_1.jsx)("script", { type: "application/ld+json", dangerouslySetInnerHTML: {
|
|
7
7
|
__html: `{
|
|
8
8
|
"@context": "https://schema.org/",
|
|
@@ -54,4 +54,4 @@ const siteMeta = () => {
|
|
|
54
54
|
}`,
|
|
55
55
|
} })] }));
|
|
56
56
|
};
|
|
57
|
-
exports.
|
|
57
|
+
exports.SiteMeta = SiteMeta;
|