chore(api/umami.php): update url

This commit is contained in:
Cory Dransfeldt 2025-06-10 17:33:46 -07:00
parent 04e111f8c7
commit a443868f8b
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<?php
$umamiHost = 'https://stats.apps.coryd.dev';
$umamiHost = 'https://stats.coryd.dev';
$requestUri = $_SERVER['REQUEST_URI'];
$method = $_SERVER['REQUEST_METHOD'];
$proxyPrefix = '/assets/scripts';

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "9.2.6",
"version": "9.2.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "9.2.6",
"version": "9.2.7",
"license": "MIT",
"dependencies": {
"minisearch": "^7.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.2.6",
"version": "9.2.7",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {