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/a9a7a7d6b11eb2a9bba876329b400f10e96be789/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: {},
},
}