mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 17:37:51 +01: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
|
// 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
|
||||||
|
|
Loading…
Reference in a new issue