You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So now that I've figured out why my setup wasn't working, I've noticed something missing that I imagine wouldn't be difficult to implement. My coding skills are probbaly just a bit too amateur for it.
It would be great to have a single worker recognise different routes/subdomains so that stored paths are associated with one subdomain but not another; e.g. worker routes could include https://personal.vhl.ink/* and https://work.vhl.ink/*, where personal.vhl.ink/meme would redirect successfully, but work.vhl.ink/meme would not. Currently, personal.vhl.ink/meme and work.vhl.ink/meme would both redirect.
The text was updated successfully, but these errors were encountered:
So now that I've figured out why my setup wasn't working, I've noticed something missing that I imagine wouldn't be difficult to implement. My coding skills are probbaly just a bit too amateur for it.
It would be great to have a single worker recognise different routes/subdomains so that stored paths are associated with one subdomain but not another; e.g. worker routes could include
https://personal.vhl.ink/*
andhttps://work.vhl.ink/*
, wherepersonal.vhl.ink/meme
would redirect successfully, butwork.vhl.ink/meme
would not. Currently,personal.vhl.ink/meme
andwork.vhl.ink/meme
would both redirect.The text was updated successfully, but these errors were encountered: