pull/885/head
Nisarg Patel 2021-12-06 20:18:42 -08:00
commit 97bace26ab
5 changed files with 37672 additions and 6003 deletions

View File

@ -22,4 +22,6 @@ services:
virtual.port: "3000"
virtual.tls-email: "me@nisarg.io"
volumes:
caddy-certificates:
driver: local

31578
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -129,7 +129,7 @@
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"prisma": "2.29.1",
"rollup": "^2.48.0",
"rollup": "^2.58.0",
"rollup-plugin-hashbang": "^2.2.2",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.0.1",

View File

@ -39,7 +39,7 @@ import { removeTrailingSlash } from '../lib/url';
const screen = `${width}x${height}`;
const listeners = [];
let currentUrl = `${pathname}${search}`;
let currentRef = document.referrer || new URLSearchParams(window.location.search).get('r');
let currentRef = document.referrer + (new URLSearchParams(window.location.search).get('r') || '');
/* Collect metrics */

12089
yarn.lock

File diff suppressed because it is too large Load Diff