Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/5d0a793195532f662e0c31ce37839eb9693a0299?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix linting

pull/1906/head
Ben Phelps 1 year ago
parent 108ca23212
commit 5d0a793195

@ -1,4 +1,3 @@
import dynamic from "next/dynamic";
import { useTranslation } from "next-i18next"; import { useTranslation } from "next-i18next";
import Error from "../components/error"; import Error from "../components/error";
@ -7,8 +6,6 @@ import Block from "../components/block";
import useWidgetAPI from "utils/proxy/use-widget-api"; import useWidgetAPI from "utils/proxy/use-widget-api";
const Chart = dynamic(() => import("../components/chart"), { ssr: false });
export default function Component({ service }) { export default function Component({ service }) {
const { t } = useTranslation(); const { t } = useTranslation();
const { widget } = service; const { widget } = service;

Loading…
Cancel
Save