mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
fix this
This commit is contained in:
parent
8ded687806
commit
cb5c0244cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue