Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/a7a1eca0cdf30a23be2628acbb0736aab3213eb5/.eslintrc.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/.eslintrc.json

20 lines
306 B

{
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"rules": {
"import/order": [
"error",
{
"newlines-between": "always"
}
]
},
"settings": {
"import/resolver": {
"node": {
"paths": ["src"]
}
}
}
}