mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 10:53:44 +00:00
fix this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user