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/5fdc924d47b85955591b6d4b636a347904afec61/.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',
|
|
};
|