mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
use regex :3
This commit is contained in:
parent
9e3eded0a0
commit
8ded687806
@ -198,10 +198,8 @@ 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 +
|
notice + " " + minimizedCss.replace(/https:\/\/p\.poketube\.fun\//g, config.p_url)
|
||||||
" " +
|
);
|
||||||
minimizedCss.replace("https://p.poketube.fun", config.p_url)
|
|
||||||
);
|
|
||||||
} else {
|
} else {
|
||||||
// Serve the original file
|
// Serve the original file
|
||||||
res.sendFile(req.params.id, { root: html_location });
|
res.sendFile(req.params.id, { root: html_location });
|
||||||
|
Loading…
Reference in New Issue
Block a user