This commit is contained in:
Ashley //// 2024-03-10 12:18:37 +00:00
parent 8ded687806
commit cb5c0244cf

View file

@ -198,7 +198,7 @@ module.exports = function (app, config, renderTemplate) {
// Serve the minimized CSS file // Serve the minimized CSS file
res.header("Content-Type", "text/css"); res.header("Content-Type", "text/css");
res.send( res.send(
notice + " " + minimizedCss.replace(/https:\/\/p\.poketube\.fun\//g, config.p_url) notice + " " + minimizedCss.replace(/https:\/\/p\.poketube\.fun\//g, config.p_url + "/")
); );
} else { } else {
// Serve the original file // Serve the original file