1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 02:34:38 -05:00
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
res.header("Content-Type", "text/css");
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 {
// Serve the original file