fix: update Umami script URL to Tailscale address
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<link rel="manifest" href="/manifest.json">
|
<link rel="manifest" href="/manifest.json">
|
||||||
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
||||||
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
<script defer src="http://100.85.196.63:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="playoff-mode bracket-mode">
|
<body class="playoff-mode bracket-mode">
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
||||||
<link rel="apple-touch-icon" href="{{ static_v('icon-180x180.png') }}">
|
<link rel="apple-touch-icon" href="{{ static_v('icon-180x180.png') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
||||||
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
<script defer src="http://100.85.196.63:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
<link rel="icon" type="image/png" href="{{ static_v('icon-32x32.png') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ static_v('styles.css') }}">
|
||||||
{% if series.has_live %}<meta http-equiv="refresh" content="30">{% endif %}
|
{% if series.has_live %}<meta http-equiv="refresh" content="30">{% endif %}
|
||||||
<script defer src="http://192.168.1.117:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
<script defer src="http://100.85.196.63:3000/script.js" data-website-id="d6bd9925-cb2d-4164-9685-bfb7642c41e4"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="playoff-mode series-mode">
|
<body class="playoff-mode series-mode">
|
||||||
<header class="series-header">
|
<header class="series-header">
|
||||||
|
|||||||
Reference in New Issue
Block a user