mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:48:35 +01:00
lol
This commit is contained in:
parent
df04819b26
commit
1ce1bfa7aa
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue