Skip to content

Commit 194e490

Browse files
committed
Fix analytics
1 parent ca97bec commit 194e490

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ http {
6161
location ~ ^/hog/(.*)$ {
6262
# Check Referer header
6363
set $valid_referer 0;
64-
if ($http_referer ~* "^https?://(localhost|([a-zA-Z0-9-]+)\.vivekraman\.dev)") {
64+
if ($http_referer ~* "^https?://(localhost|([a-zA-Z0-9-]+)\.?vivekraman\.dev)") {
6565
set $valid_referer 1;
6666
}
6767
if ($valid_referer = 0) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vivekraman.dev",
3-
"version": "3.3-rc1",
3+
"version": "3.3-rc2",
44
"private": true,
55
"scripts": {
66
"dev": "astro dev",

0 commit comments

Comments
 (0)