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/29928a9a5ffc3dc2790f890a89576f520e2e3151/postcss.config.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/postcss.config.js

7 lines
83 B

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