1
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-02-19 01:56:01 -05:00
This commit is contained in:
ashley 2024-08-20 22:37:46 +00:00
parent df04819b26
commit 1ce1bfa7aa

View file

@ -110,7 +110,7 @@ module.exports = function (app, config, renderTemplate) {
if (query) {
let redirectTo = null;
let splitParam = ":";
let splitParam = "::";
if (query.includes("youtube.com/watch?v=")) {
redirectTo = "/watch";