Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add enableAutoPageviews
Sebastian Martinez committed 3 years ago
commit 7b33243848489d66ce75c011367893bff675ad75
parent 2816333a4af283edaa890a70f560e76f4563a2ad
1 file changed +3 -1
modified src/App.svelte
@@ -20,11 +20,13 @@

  initialize();

-
  Plausible({
+
  const plausible = Plausible({
    domain: "app.radicle.xyz",
    hashMode: Boolean(process.env.hashRouting),
  });

+
  plausible.enableAutoPageviews();
+

  const loadWallet = getWallet().then(async wallet => {
    if ($state.connection === Connection.Connected) {
      state.refreshBalance(wallet);