This commit is contained in:
Yana
2024-12-05 21:21:59 +07:00
parent 4e7ece13c5
commit e3fdc9aa12
5 changed files with 11 additions and 17 deletions
@@ -251,8 +251,10 @@ const CardChat = () => {
if (typeof window !== "undefined") {
// Set Remark42 configuration on the window object
window.remark_config = {
host: "http://localhost:8081",
site_id: "remark42",
// host: "http://localhost:8081",
host: "https://remark.blockfend.com",
// site_id: "remark42",
site_id: "nym-explorer-test",
components: ["embed", "last-comments"],
max_shown_comments: 100,
theme: mode === "light" ? "light" : "dark",
-12
View File
@@ -26,18 +26,6 @@ import {
} from "./components/AccountStatsCard";
import TwoSidedSwitch from "./components/ExplorerSwitchButton";
// type ContentCardProps = {
// overTitle?: string;
// title?: string;
// upDownLine?: ICardUpDownPriceLineProps;
// titlePrice?: ICardTitlePriceProps;
// dataRows?: ICardDataRowsProps;
// graph?: Array<IExplorerLineChartData>;
// progressBar?: IExplorerProgressBarProps;
// paragraph?: string;
// onClick?: ReactEventHandler;
// };
const explorerCard: ContentCardProps = {
overTitle: "SINGLE",
profileImage: {},
+5 -2
View File
@@ -22,10 +22,13 @@ services:
- "443:8443"
environment:
- REMARK_URL=http://localhost:8081
# - REMARK_URL=http://localhost:8081
- REMARK_URL=https://remark.blockfend.com
- SECRET=secret-key
- AUTH_ANON=true
- SITE=remark42
# - SITE=remark42
- SITE=nym-explorer-test
# - DEBUG=true
# - AUTH_GOOGLE_CID
# - AUTH_GOOGLE_CSEC
+2 -1
View File
@@ -28,7 +28,8 @@
"../assets/*"
]
},
"moduleResolution": "node"
"moduleResolution": "node",
"target": "ES2017"
},
"include": [
"next-env.d.ts",
Binary file not shown.