UNPKG

@cocalc/static

Version:

CoCalc's static frontend Webpack-based build system and framework

12 lines 604 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); // Specify the favicon. const react_helmet_1 = require("react-helmet"); const path_1 = require("path"); const app_base_path_1 = require("@cocalc/frontend/customize/app-base-path"); function LoadFavicons() { return ((0, jsx_runtime_1.jsx)(react_helmet_1.Helmet, { children: (0, jsx_runtime_1.jsx)("link", { rel: "icon", href: (0, path_1.join)(app_base_path_1.appBasePath, "webapp/favicon.ico") }) })); } exports.default = LoadFavicons; //# sourceMappingURL=favicons.js.map