Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/overseerr/src/commit/1395b99a39f1874e15faf3699611160216038426/.prettierrc.js
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
module.exports = {
|
|
plugins: [require('./merged-prettier-plugin.js')],
|
|
singleQuote: true,
|
|
trailingComma: 'es5',
|
|
};
|