Rhythm Cafe PR preview: {prSlug}

This is a frontend-only build of PR {prSlug}. Preview instructions:

  1. Go to rhythm.cafe; open DevTools (F12)
  2. Open Console tab and paste this command:
document.cookie = "_pr_client={prSlug}; path=/";

The page will now load the frontend from this PR build. To deactivate, run:

document.cookie = "_pr_client=; max-age=0; path=/"

in the same console.