fix: update release URL in marketing pages

- Changed the default release URL from 'https://releases.automaker.dev/releases.json' to 'https://releases.automaker.app/releases.json' in both index.html and releases.html files to ensure correct resource loading.
This commit is contained in:
Cody Seibert
2025-12-13 00:29:03 -05:00
committed by Kacper
parent 8b2b7662ee
commit b915a43eb0
2 changed files with 2 additions and 2 deletions

View File

@@ -545,7 +545,7 @@
<script>
(function() {
const R2_RELEASES_URL = window.RELEASES_JSON_URL || 'https://releases.automaker.dev/releases.json';
const R2_RELEASES_URL = window.RELEASES_JSON_URL || 'https://releases.automaker.app/releases.json';
async function loadLatestRelease() {
try {