Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/680d488647d5ed01267461697c80efc8a40cb85f/postcss.config.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/postcss.config.js

7 lines
82 B

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}