wip
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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: {},
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
"../assets/*"
|
||||
]
|
||||
},
|
||||
"moduleResolution": "node"
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2017"
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user